Libraries
»
rapid7/metasploit-framework
(master)
»
Index (A)
»
Metasploit
»
Framework
»
API
Module: Metasploit::Framework::API
Defined in:
lib/metasploit/framework/api.rb
,
lib/metasploit/framework/api/version.rb
Defined Under Namespace
Modules:
Version
Constant Summary
collapse
VERSION =
"
#{
Version
::
MAJOR
}
.
#{
Version
::
MINOR
}
.
#{
Version
::
PATCH
}
"
GEM_VERSION =
Rex
::
Version
.
new
(
VERSION
)