lib/chlorine/version.rb in chlorine-0.1.5 vs lib/chlorine/version.rb in chlorine-0.1.6
- old
+ new
@@ -1,8 +1,8 @@
module Chlorine
module Version
MAJOR = 0
MINOR = 1
- PATCH = 5
+ PATCH = 6
STRING = [MAJOR, MINOR, PATCH].join(".")
end
end
\ No newline at end of file