Skip to content

Commit 7624e70

Browse files
committed
Cut prerelease version 0.32.0.rc1
We want developers to be able to try out the parallelism feature so we can find bugs.
1 parent 282f569 commit 7624e70

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.32.0.rc1
44

55
* Add `concurrency` global option allowing you to specify the number of threads
66
to use when running hooks concurrently

lib/overcommit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module Overcommit
5-
VERSION = '0.31.0'.freeze
5+
VERSION = '0.32.0.rc1'.freeze
66
end

0 commit comments

Comments
 (0)