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 dfaec8b commit 51646e4Copy full SHA for 51646e4
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.14.5)
+ metasploit-framework (4.14.6)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -348,7 +348,7 @@ GEM
348
timecop (0.8.1)
349
tzinfo (1.2.2)
350
thread_safe (~> 0.1)
351
- tzinfo-data (1.2017.1)
+ tzinfo-data (1.2017.2)
352
tzinfo (>= 1.0.0)
353
windows_error (0.1.1)
354
xpath (2.0.0)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.14.5"
+ VERSION = "4.14.6"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments