Skip to content

Commit 521b8e7

Browse files
authored
Release v1.10.2 (#561)
1 parent c987a74 commit 521b8e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
# Change Log
77

8+
## v1.10.2
9+
10+
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.2
11+
812
## 1.10.1
913

1014
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.1

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='1.10.1'
4+
VERSION='1.10.2'
55
end

0 commit comments

Comments
 (0)