Skip to content

Commit

Permalink
Properly mark version as 2.0.0.beta
Browse files Browse the repository at this point in the history
Ruby 1.8.7 did not like having `-` in the version name.
  • Loading branch information
Prem Sichanugrist committed Mar 27, 2015
1 parent ec731b5 commit b1501d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appraisal/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Appraisal
VERSION = '2.0.0-beta'.freeze
VERSION = '2.0.0.beta'.freeze
end

0 comments on commit b1501d8

Please sign in to comment.