lib/metasploit/model/version.rb in metasploit-model-4.0.6 vs lib/metasploit/model/version.rb in metasploit-model-5.0.0
- old
+ new
@@ -1,14 +1,14 @@
module Metasploit
module Model
# VERSION is managed by GemRelease
- VERSION = '4.0.6'
-
+ VERSION = '5.0.0'
+
# @return [String]
#
# returns the VERSION
#
-
+
def self.version
VERSION
end
end
end