Skip to content

Commit 779b25b

Browse files
committed
Bump version of framework to 4.16.3
1 parent 3c8e8ea commit 779b25b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.2)
4+
metasploit-framework (4.16.3)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -99,8 +99,8 @@ GEM
9999
minitest (~> 5.1)
100100
thread_safe (~> 0.3, >= 0.3.4)
101101
tzinfo (~> 1.1)
102-
addressable (2.5.1)
103-
public_suffix (~> 2.0, >= 2.0.2)
102+
addressable (2.5.2)
103+
public_suffix (>= 2.0.2, < 4.0)
104104
afm (0.2.2)
105105
arel (6.0.4)
106106
arel-helpers (2.4.0)
@@ -198,7 +198,7 @@ GEM
198198
coderay (~> 1.1.0)
199199
method_source (~> 0.8.1)
200200
slop (~> 3.4)
201-
public_suffix (2.0.5)
201+
public_suffix (3.0.0)
202202
rack (1.6.8)
203203
rack-test (0.6.3)
204204
rack (>= 1.0)

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.16.2"
33+
VERSION = "4.16.3"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)