lib/aurb/version.rb in aurb-1.0.0 vs lib/aurb/version.rb in aurb-1.0.1

- old
+ new

@@ -8,10 +8,10 @@ module Aurb module Version MAJOR = '1' MINOR = '0' - TINY = '0' + TINY = '1' def self.to_s [MAJOR, MINOR, TINY].join('.').freeze end end