lib/candle/version.rb in candle-0.0.1 vs lib/candle/version.rb in candle-0.0.2

- old
+ new

@@ -1,9 +1,9 @@ module Candle module Version MAJOR = 0 MINOR = 0 - PATCH = 1 + PATCH = 2 STRING = [MAJOR, MINOR, PATCH].compact.join('.').chomp('.') end end \ No newline at end of file