lib/metasploit/credential/version.rb in metasploit-credential-0.9.1 vs lib/metasploit/credential/version.rb in metasploit-credential-0.10.0.pre.dep.pre.railties
- old
+ new
@@ -3,12 +3,13 @@
# Holds components of {VERSION} as defined by {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0}.
module Version
# The major version number.
MAJOR = 0
# The minor version number, scoped to the {MAJOR} version number.
- MINOR = 9
+ MINOR = 10
# The patch number, scoped to the {MINOR} version number.
- PATCH = 1
+ PATCH = 0
+ PRERELEASE = 'dep-railties'
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
#
# @return [String] '{MAJOR}.{MINOR}.{PATCH}' on master. '{MAJOR}.{MINOR}.{PATCH}-{PRERELEASE}' on any branch