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

- old
+ new

@@ -11,13 +11,13 @@ module Version # The major version. MAJOR = 2 # The minor version. - MINOR = 1 + MINOR = 2 # The patch version. - PATCH = 3 + PATCH = 0 # The current version of ballast. STRING = [MAJOR, MINOR, PATCH].compact.join(".") end end