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 e58cd29 commit ea79dadCopy full SHA for ea79dad
CHANGELOG.md
@@ -5,6 +5,10 @@
5
6
# Change Log
7
8
+## v1.12.0
9
+
10
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.12.0
11
12
## v1.11.0
13
14
* 292087e Supress unneeded test output (#570)
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.11.0'
+ VERSION='1.12.0'
end
0 commit comments