lib/metasploit/credential/version.rb in metasploit-credential-0.7.8-java vs lib/metasploit/credential/version.rb in metasploit-credential-0.7.9.pre.core.pre.search

- old
+ new

@@ -5,10 +5,12 @@ # The major version number. MAJOR = 0 # The minor version number, scoped to the {MAJOR} version number. MINOR = 7 # The patch number, scoped to the {MINOR} version number. - PATCH = 8 + PATCH = 9 + # The prerelease name of the given {MAJOR}.{MINOR}.{PATCH} version number. Will not be defined on master. + PRERELEASE = 'core-search' # 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