lib/sexpr/version.rb in sexpr-0.5.1 vs lib/sexpr/version.rb in sexpr-0.6.0

- old
+ new

@@ -1,14 +1,14 @@ module Sexpr module Version MAJOR = 0 - MINOR = 5 - TINY = 1 + MINOR = 6 + TINY = 0 def self.to_s [ MAJOR, MINOR, TINY ].join('.') end end VERSION = Version.to_s -end \ No newline at end of file +end