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 22828fc commit c54c999Copy full SHA for c54c999
Gemfile.lock
@@ -24,7 +24,7 @@ GIT
24
PATH
25
remote: .
26
specs:
27
- metasploit-framework (4.14.20)
+ metasploit-framework (4.14.21)
28
actionpack (~> 4.2.6)
29
activerecord (~> 4.2.6)
30
activesupport (~> 4.2.6)
@@ -404,4 +404,4 @@ DEPENDENCIES
404
yard
405
406
BUNDLED WITH
407
- 1.14.6
+ 1.15.0
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
end
31
32
33
- VERSION = "4.14.20"
+ VERSION = "4.14.21"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments