Skip to content

Commit a107e87

Browse files
authored
Update version for pre-release (#435)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent d916b45 commit a107e87

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.pre1
4+
5+
See https://github.com/ruby-git/ruby-git/releases/tag/v1.6.0.pre1
6+
37
## 1.5.0
48

59
See https://github.com/ruby-git/ruby-git/releases/tag/v1.5.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.5.0'
4+
VERSION='1.6.0.pre1'
55
end

0 commit comments

Comments
 (0)