We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68347ae commit 4e79aacCopy full SHA for 4e79aac
Gemfile.lock
@@ -32,7 +32,7 @@ GIT
32
PATH
33
remote: .
34
specs:
35
- metasploit-framework (4.14.8)
+ metasploit-framework (4.14.9)
36
actionpack (~> 4.2.6)
37
activerecord (~> 4.2.6)
38
activesupport (~> 4.2.6)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
- VERSION = "4.14.8"
+ VERSION = "4.14.9"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
0 commit comments