lib/ballast/version.rb in ballast-1.5.1 vs lib/ballast/version.rb in ballast-1.5.2

- old
+ new

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