From 6fd2da59c2f8f8a7be44f9599787d3f3c3712d0a Mon Sep 17 00:00:00 2001 From: Trevor Rosen Date: Mon, 9 Feb 2015 14:14:27 -0600 Subject: [PATCH] Update version to 0.29.0 --- lib/metasploit/model/version.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/metasploit/model/version.rb b/lib/metasploit/model/version.rb index 7c0409bc..4389d993 100644 --- a/lib/metasploit/model/version.rb +++ b/lib/metasploit/model/version.rb @@ -8,8 +8,6 @@ module Version MINOR = 29 # The patch number, scoped to the {MINOR} version number. PATCH = 0 - # The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version numbers. - PRERELEASE = 'extract-cache-from-metasploit-model' # 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.