parent
4d3bfcf9d0
commit
044fdb8c55
|
@ -8,5 +8,6 @@ module Metasploit
|
|||
end
|
||||
|
||||
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::PATCH}-#{Version::PRERELEASE}"
|
||||
GEM_VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::PATCH}.#{Version::PRERELEASE.gsub(/[^0-9a-zA-Z]/, '')}"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -7,7 +7,7 @@ require 'metasploit/framework/version'
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = 'metasploit-framework'
|
||||
spec.version = Metasploit::Framework::VERSION
|
||||
spec.version = Metasploit::Framework::GEM_VERSION
|
||||
spec.authors = ['Metasploit Hackers']
|
||||
spec.email = ['metasploit-hackers@lists.sourceforge.net']
|
||||
spec.summary = 'metasploit-framework'
|
||||
|
|
Loading…
Reference in New Issue