lib/garb/version.rb in garb-0.6.0 vs lib/garb/version.rb in garb-0.7.0

- old
+ new

@@ -1,9 +1,9 @@ module Garb module Version MAJOR = 0 - MINOR = 6 + MINOR = 7 TINY = 0 def self.to_s # :nodoc: [MAJOR, MINOR, TINY].join('.') end