Skip to content

Commit

Permalink
Bump version number to 4.0.0.rc2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Jul 20, 2015
1 parent 64cdbd1 commit cd46158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
PRE = 'rc1'
PRE = 'rc2'

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')

Expand Down

0 comments on commit cd46158

Please sign in to comment.