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

- old
+ new

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