Skip to content

Commit

Permalink
Bump version number to 5.0.0.pre [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Jan 19, 2016
1 parent e9b89ca commit 6862abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module PaperTrail
module VERSION
MAJOR = 4
MAJOR = 5
MINOR = 0
TINY = 0
PRE = nil
PRE = 'pre'

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

Expand Down

0 comments on commit 6862abd

Please sign in to comment.