lib/metasploit/credential/version.rb in metasploit-credential-0.14.5 vs lib/metasploit/credential/version.rb in metasploit-credential-0.14.6
- old
+ new
@@ -7,12 +7,10 @@
# The major version number.
MAJOR = 0
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 14
# The patch number, scoped to the {MAJOR} and {MINOR} version number.
- PATCH = 5
- # The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version number.
- # PRERELEASE =
+ PATCH = 6
# 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