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

- old
+ new

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