Skip to content

Commit 18f16e7

Browse files
committed
Bump version of framework to 4.16.32
1 parent 4b225c3 commit 18f16e7

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.31)
4+
metasploit-framework (4.16.32)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -141,7 +141,7 @@ GEM
141141
multi_json (~> 1.11)
142142
os (~> 0.9)
143143
signet (~> 0.7)
144-
grpc (1.8.0)
144+
grpc (1.8.3)
145145
google-protobuf (~> 3.1)
146146
googleapis-common-protos-types (~> 1.0.0)
147147
googleauth (>= 0.5.1, < 0.7)
@@ -197,8 +197,8 @@ GEM
197197
mini_portile2 (2.3.0)
198198
minitest (5.11.1)
199199
mqtt (0.5.0)
200-
msgpack (1.2.0)
201-
multi_json (1.12.2)
200+
msgpack (1.2.2)
201+
multi_json (1.13.1)
202202
multipart-post (2.0.0)
203203
nessus_rest (0.1.6)
204204
net-ssh (4.2.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.31"
33+
VERSION = "4.16.32"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)