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 9f892c5 commit f90911eCopy full SHA for f90911e
Gemfile.lock
@@ -31,7 +31,7 @@ GIT
31
PATH
32
remote: .
33
specs:
34
- metasploit-framework (4.14.13)
+ metasploit-framework (4.14.14)
35
actionpack (~> 4.2.6)
36
activerecord (~> 4.2.6)
37
activesupport (~> 4.2.6)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
- VERSION = "4.14.13"
+ VERSION = "4.14.14"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
0 commit comments