lib/ballast/version.rb in ballast-1.1.2 vs lib/ballast/version.rb in ballast-1.2.0
- old
+ new
@@ -11,13 +11,13 @@
module Version
# The major version.
MAJOR = 1
# The minor version.
- MINOR = 1
+ MINOR = 2
# The patch version.
- PATCH = 2
+ PATCH = 0
# The current version of ballast.
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
end
end