lib/ballast/version.rb in ballast-2.2.5 vs lib/ballast/version.rb in ballast-2.2.6

- old
+ new

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