Skip to content

Commit 352f688

Browse files
authored
Release v1.8.0 (#505)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 12f908c commit 352f688

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

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

0 commit comments

Comments
 (0)