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 9ea7747 commit be4f923Copy full SHA for be4f923
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.16.23)
+ metasploit-framework (4.16.24)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -247,7 +247,7 @@ GEM
247
rb-readline (0.5.5)
248
rbnacl (4.0.2)
249
ffi
250
- rbnacl-libsodium (1.0.15.1)
+ rbnacl-libsodium (1.0.16)
251
rbnacl (>= 3.0.1)
252
recog (2.1.17)
253
nokogiri
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.16.23"
+ VERSION = "4.16.24"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments