lib/metasploit/credential/version.rb in metasploit-credential-0.12.0 vs lib/metasploit/credential/version.rb in metasploit-credential-0.13.0

- old
+ new

@@ -3,10 +3,10 @@ # 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 = 12 + MINOR = 13 # The patch number, scoped to the {MINOR} version number. PATCH = 0 # 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.