Skip to content

Commit

Permalink
Version bump to 1.0.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Jan 31, 2019
1 parent 3ad52af commit f766144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spout/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 0
BUILD = "beta2" # "pre", "rc", "rc2", nil
BUILD = "beta3" # "pre", "rc", "rc2", nil

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

0 comments on commit f766144

Please sign in to comment.