Skip to content

Commit 49db88b

Browse files
authored
Release v1.6.0 (#443)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 7e5bdc9 commit 49db88b

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
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.6.0
4+
5+
See https://github.com/ruby-git/ruby-git/releases/tag/v1.6.0
6+
37
## 1.6.0.pre1
48

59
See https://github.com/ruby-git/ruby-git/releases/tag/v1.6.0.pre1

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.6.0.pre1'
4+
VERSION='1.6.0'
55
end

0 commit comments

Comments
 (0)