We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad8849 commit d94857bCopy full SHA for d94857b
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# [Unreleased]
2
**Full Changelog**: https://github.com/ruby-go-gem/go-gem-wrapper/compare/v0.2.3.alpha1...HEAD
3
4
-# [v0.2.2.alpha1](https://github.com/ruby-go-gem/go-gem-wrapper/releases/tag/v0.2.2.alpha1) - 2024-11-02
+# [v0.2.3.alpha1](https://github.com/ruby-go-gem/go-gem-wrapper/releases/tag/v0.2.3.alpha1) - 2024-11-02
5
## Go
6
* No changes
7
gem/lib/go_gem/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoGem
- VERSION = "0.2.2"
+ VERSION = "0.2.3.alpha1"
end
0 commit comments