lib/metasploit/concern/version.rb in metasploit-concern-0.2.1.pre.dep.pre.railties vs lib/metasploit/concern/version.rb in metasploit-concern-0.2.1

- old
+ new

@@ -6,10 +6,9 @@ MAJOR = 0 # The minor version number, scoped to the {MAJOR} version number. MINOR = 2 # The patch number, scoped to the {MINOR} version number. PATCH = 1 - PRERELEASE = 'dep-railties' # 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