Skip to content
Permalink
Browse files
Version bump to 2.4.0.beta4
  • Loading branch information
eviltrout committed Sep 6, 2019
1 parent 3e3f6b1 commit 800e49f16e43e0783d30971e84a4e4619d448a7c
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/version.rb
@@ -9,7 +9,7 @@ module VERSION #:nodoc:
MAJOR = 2
MINOR = 4
TINY = 0
PRE = 'beta3'
PRE = 'beta4'

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

0 comments on commit 800e49f

Please sign in to comment.