lib/gem_suit/version.rb in gem_suit-0.1.1 vs lib/gem_suit/version.rb in gem_suit-0.1.2

- old
+ new

@@ -1,9 +1,9 @@ module GemSuit module VERSION MAJOR = 0 MINOR = 1 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join(".") end end \ No newline at end of file