lib/garb/version.rb in garb-0.7.3 vs lib/garb/version.rb in garb-0.7.4

- old
+ new

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