Skip to content

Commit

Permalink
bump version add change
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Oct 28, 2019
1 parent 7783c76 commit 96e7f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes.md
Expand Up @@ -86,6 +86,7 @@ Feature Ideas:
- debug data now includes md5_hashes
- added support to download coverage and view data in JSON format
- documentation about working with environment variables
- add cache wiggle to avoid Redis CPU spikes (cache stampede on Redis server)

# Released

Expand Down
2 changes: 1 addition & 1 deletion lib/coverband/version.rb
Expand Up @@ -5,5 +5,5 @@
# use format '4.2.1.rc.1' ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3
###
module Coverband
VERSION = '4.2.4.rc.2'
VERSION = '4.2.4.rc.3'
end

0 comments on commit 96e7f5d

Please sign in to comment.