lib/metasploit/credential/version.rb in metasploit-credential-1.0.0.pre.rails.pre.4.0b vs lib/metasploit/credential/version.rb in metasploit-credential-1.0.0.pre.rails.pre.4.0c
- old
+ new
@@ -9,10 +9,10 @@
# The minor version number, scoped to the {MAJOR} version number.
MINOR = 0
# The patch number, scoped to the {MINOR} version number.
PATCH = 0
# the prerelease identifier
- PRERELEASE = 'rails-4.0b'
+ PRERELEASE = 'rails-4.0c'
# 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