Skip to content

Commit 80b381c

Browse files
committed
Merge released '4.x' into master
2 parents f3e2f4d + 4f660d7 commit 80b381c

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.16)
4+
metasploit-framework (4.16.17)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -128,7 +128,7 @@ GEM
128128
filesize (0.1.1)
129129
fivemat (1.3.5)
130130
google-protobuf (3.4.1.1)
131-
googleapis-common-protos-types (1.0.0)
131+
googleapis-common-protos-types (1.0.1)
132132
google-protobuf (~> 3.0)
133133
googleauth (0.6.1)
134134
faraday (~> 0.12)
@@ -226,7 +226,7 @@ GEM
226226
pry (0.11.2)
227227
coderay (~> 1.1.0)
228228
method_source (~> 0.9.0)
229-
public_suffix (3.0.0)
229+
public_suffix (3.0.1)
230230
rack (1.6.8)
231231
rack-test (0.6.3)
232232
rack (>= 1.0)
@@ -247,7 +247,7 @@ GEM
247247
rb-readline (0.5.5)
248248
rbnacl (4.0.2)
249249
ffi
250-
rbnacl-libsodium (1.0.13)
250+
rbnacl-libsodium (1.0.15.1)
251251
rbnacl (>= 3.0.1)
252252
recog (2.1.16)
253253
nokogiri

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.16"
33+
VERSION = "4.16.17"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)