lib/version.rb in imasquerade-0.1.1 vs lib/version.rb in imasquerade-0.1.2

- old
+ new

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