Skip to content

Commit

Permalink
Version bump to 12.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Sep 27, 2019
1 parent 70cb740 commit 1a16119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION #:nodoc:
MAJOR = 12
MINOR = 0
TINY = 0
BUILD = "pre" # "pre", "beta1", "beta2", "rc", "rc2", nil
BUILD = "beta1" # "pre", "beta1", "beta2", "rc", "rc2", nil

STRING = [MAJOR, MINOR, TINY, BUILD].compact.join(".").freeze
end
Expand Down

0 comments on commit 1a16119

Please sign in to comment.