lib/ballast/version.rb in ballast-2.1.2 vs lib/ballast/version.rb in ballast-2.1.3

- old
+ new

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