lib/metasploit/concern/version.rb in metasploit-concern-0.4.0.pre.app.pre.concerns.pre.eager.pre.load vs lib/metasploit/concern/version.rb in metasploit-concern-0.4.0

- old
+ new

@@ -7,10 +7,10 @@ # The minor version number, scoped to the {MAJOR} version number. MINOR = 4 # The patch number, scoped to the {MAJOR} and {MINOR} version numbers. PATCH = 0 # The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version numbers. - PRERELEASE = 'app-concerns-eager-load' + # PRERELEASE = # 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