1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

Bump version number to 5.0.0.pre [ci skip]

This commit is contained in:
Ben Atkins 2016-01-18 20:57:40 -05:00
parent e9b89ca9a5
commit 6862abd980

View file

@ -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('.')