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 a141020 commit deb5a7bCopy full SHA for deb5a7b
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.16.15)
+ metasploit-framework (4.16.16)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -143,7 +143,7 @@ GEM
143
googleapis-common-protos-types (~> 1.0.0)
144
googleauth (>= 0.5.1, < 0.7)
145
hashery (2.1.2)
146
- i18n (0.9.0)
+ i18n (0.9.1)
147
concurrent-ruby (~> 1.0)
148
jsobfu (0.4.2)
149
rkelly-remix
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.16.15"
+ VERSION = "4.16.16"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments