lib/chlorine/version.rb in chlorine-0.1.4 vs lib/chlorine/version.rb in chlorine-0.1.5

- old
+ new

@@ -1,8 +1,8 @@ module Chlorine module Version MAJOR = 0 MINOR = 1 - PATCH = 4 + PATCH = 5 STRING = [MAJOR, MINOR, PATCH].join(".") end end \ No newline at end of file