lib/ballast/version.rb in ballast-2.0.0 vs lib/ballast/version.rb in ballast-2.0.1

- old
+ new

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