lib/barista/version.rb in barista-0.1.1 vs lib/barista/version.rb in barista-0.1.2
- old
+ new
@@ -1,8 +1,8 @@
module Barista
module Version
MAJOR = 0
MINOR = 1
- PATCH = 1
+ PATCH = 2
STRING = [MAJOR, MINOR, PATCH].join(".")
end
end
\ No newline at end of file