lib/twurl/version.rb in twurl-0.6.0 vs lib/twurl/version.rb in twurl-0.6.1

- old
+ new

@@ -1,10 +1,10 @@ module Twurl module VERSION MAJOR = '0' MINOR = '6' - TINY = '0' + TINY = '1' BETA = nil # Time.now.to_i.to_s end Version = [VERSION::MAJOR, VERSION::MINOR, VERSION::TINY, VERSION::BETA].compact * '.' -end \ No newline at end of file +end