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 12e3d03 commit b5095dbCopy full SHA for b5095db
CHANGELOG.md
@@ -5,6 +5,10 @@
5
6
# Change Log
7
8
+## v1.10.2
9
+
10
+See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.2
11
12
## 1.10.1
13
14
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.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.10.1'
+ VERSION='1.10.2'
end
0 commit comments