lib/action_texter/gem_version.rb in action-texter-0.2.0.pre vs lib/action_texter/gem_version.rb in action-texter-0.2.1.pre
- old
+ new
@@ -5,10 +5,10 @@
end
module VERSION
MAJOR = 0
MINOR = 2
- TINY = 0
+ TINY = 1
PRE = 'pre'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
end