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