Skip to content

Commit 95e90ee

Browse files
committed
Version bump to v1.5.0.beta2
1 parent 1e5ad6f commit 95e90ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION #:nodoc:
55
MAJOR = 1
66
MINOR = 5
77
TINY = 0
8-
PRE = 'beta1'
8+
PRE = 'beta2'
99

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

0 commit comments

Comments
 (0)