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 d916b45 commit a107e87Copy full SHA for a107e87
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.6.0.pre1
4
+
5
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.6.0.pre1
6
7
## 1.5.0
8
9
See https://github.com/ruby-git/ruby-git/releases/tag/v1.5.0
lib/git/version.rb
@@ -1,5 +1,5 @@
module Git
# The current gem version
# @return [String] the current gem version.
- VERSION='1.5.0'
+ VERSION='1.6.0.pre1'
end
0 commit comments