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 8fe479b commit 07a1167Copy full SHA for 07a1167
CHANGELOG.md
@@ -5,6 +5,10 @@
5
6
# Change Log
7
8
+## 1.9.0
9
+
10
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.9.0
11
12
## 1.8.1
13
14
See https://github.com/ruby-git/ruby-git/releases/tag/v1.8.1
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='1.8.1'
+ VERSION='1.9.0'
end
0 commit comments