Skip to content

Commit 58100b0

Browse files
jcouballJames Couball
and
James Couball
authored
Release v1.9.1 (#527)
Signed-off-by: James Couball <couballj@verizonmedia.com> Co-authored-by: James Couball <couballj@verizonmedia.com>
1 parent 45aeac9 commit 58100b0

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+
## 1.9.1
9+
10+
See https://github.com/ruby-git/ruby-git/releases/tag/v1.9.1
11+
812
## 1.9.0
913

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

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.9.0'
4+
VERSION='1.9.1'
55
end

0 commit comments

Comments
 (0)