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 2ba78e0 commit f984b77Copy full SHA for f984b77
CHANGELOG.md
@@ -5,9 +5,9 @@
5
6
# Change Log
7
8
-## v2.0.0-pre.1 (2024-01-15)
+## v2.0.0.pre1 (2024-01-15)
9
10
-[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0-pre.1)
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.1..v2.0.0.pre1)
11
12
Changes since v1.19.1:
13
lib/git/version.rb
@@ -1,5 +1,5 @@
1
module Git
2
# The current gem version
3
# @return [String] the current gem version.
4
- VERSION='2.0.0-pre.1'
+ VERSION='2.0.0.pre1'
end
0 commit comments