lib/trellis/version.rb in trellis-0.1.0 vs lib/trellis/version.rb in trellis-0.1.1

- old
+ new

@@ -26,10 +26,10 @@ module Trellis module VERSION #:nodoc: MAJOR = 0 MINOR = 1 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end