lib/garb/version.rb in garb-0.2.3 vs lib/garb/version.rb in garb-0.2.4

- old
+ new

@@ -1,13 +1,13 @@ module Garb module Version MAJOR = 0 MINOR = 2 - TINY = 3 + TINY = 4 def self.to_s # :nodoc: [MAJOR, MINOR, TINY].join('.') end end -end \ No newline at end of file +end