Skip to content

Commit d94857b

Browse files
committed
Bump version
1 parent bad8849 commit d94857b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Unreleased]
22
**Full Changelog**: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.3.alpha1...HEAD
33

4-
# [v0.2.2.alpha1](https://github.com/ruby-go-gem/go-gem-wrapper/releases/tag/v0.2.2.alpha1) - 2024-11-02
4+
# [v0.2.3.alpha1](https://github.com/ruby-go-gem/go-gem-wrapper/releases/tag/v0.2.3.alpha1) - 2024-11-02
55
## Go
66
* No changes
77

gem/lib/go_gem/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GoGem
4-
VERSION = "0.2.2"
4+
VERSION = "0.2.3.alpha1"
55
end

0 commit comments

Comments
 (0)