We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282f569 commit 7624e70Copy full SHA for 7624e70
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.32.0.rc1
4
5
* Add `concurrency` global option allowing you to specify the number of threads
6
to use when running hooks concurrently
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.31.0'.freeze
+ VERSION = '0.32.0.rc1'.freeze
end
0 commit comments