Skip to content

Commit ea79dad

Browse files
committed
Release v1.12.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent e58cd29 commit ea79dad

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

1014
* 292087e Supress unneeded test output (#570)

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

0 commit comments

Comments
 (0)