lib/action_texter/gem_version.rb in action-texter-0.1.2.ALPHA vs lib/action_texter/gem_version.rb in action-texter-0.2.0.pre

- old
+ new

@@ -4,12 +4,12 @@ Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 - MINOR = 1 - TINY = 2 - PRE = 'ALPHA' + MINOR = 2 + TINY = 0 + PRE = 'pre' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end