Skip to content

Commit 3c66e2b

Browse files
authored
Release v1.8.1 (#508)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 53a03c4 commit 3c66e2b

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

1014
See https://github.com/ruby-git/ruby-git/releases/tag/v1.8.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.8.0'
4+
VERSION='1.8.1'
55
end

0 commit comments

Comments
 (0)