Skip to content

Commit 0894465

Browse files
committed
Cut version 0.17.0
Some people refer to releasing a new version of a gem as "cutting" a new version. This commit marks the release of overcommit 0.17.0, and follows the pattern of commits from previous releases. Change-Id: I9557ea85f409169d79c6e617cbf016b1ecb95a23 Reviewed-on: http://gerrit.causes.com/42091 Tested-by: jenkins <jenkins@causes.com> Reviewed-by: Joe Lencioni <joe.lencioni@brigade.com>
1 parent 7a03a16 commit 0894465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overcommit Changelog
22

3-
## master (unreleased)
3+
## 0.17.0
44

55
* Change commit hook header text to bold instead of bold white so that it
66
displays on terminals with a white background

lib/overcommit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Defines the gem version.
22
module Overcommit
3-
VERSION = '0.16.0'
3+
VERSION = '0.17.0'
44
end

0 commit comments

Comments
 (0)