We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d94fb3 commit 86d096eCopy full SHA for 86d096e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.6.3
4
5
* `TextWidth` pre-commit hook now supports customized maximum subject line
6
and commit message body widths
lib/overcommit/version.rb
@@ -1,4 +1,4 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.6.2'
+ VERSION = '0.6.3'
end
0 commit comments