lib/trellis/version.rb in trellis-0.0.6 vs lib/trellis/version.rb in trellis-0.0.7
- old
+ new
@@ -26,10 +26,10 @@
module Trellis
module VERSION #:nodoc:
MAJOR = 0
MINOR = 0
- TINY = 6
+ TINY = 7
STRING = [MAJOR, MINOR, TINY].join('.')
end
end