lib/ballast/version.rb in ballast-1.9.1 vs lib/ballast/version.rb in ballast-1.9.2

- old
+ new

@@ -14,10 +14,10 @@ # The minor version. MINOR = 9 # The patch version. - PATCH = 1 + PATCH = 2 # The current version of ballast. STRING = [MAJOR, MINOR, PATCH].compact.join(".") end end