lib/ballast/version.rb in ballast-2.2.3 vs lib/ballast/version.rb in ballast-2.2.4

- old
+ new

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