Skip to content

Commit 18f5203

Browse files
committed
Bump version of framework to 4.14.22
1 parent a6f416e commit 18f5203

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
metasploit-framework (4.14.21)
27+
metasploit-framework (4.14.22)
2828
actionpack (~> 4.2.6)
2929
activerecord (~> 4.2.6)
3030
activesupport (~> 4.2.6)
@@ -182,7 +182,7 @@ GEM
182182
multi_json (~> 1.11)
183183
os (~> 0.9)
184184
signet (~> 0.7)
185-
grpc (1.2.5)
185+
grpc (1.3.4)
186186
google-protobuf (~> 3.1)
187187
googleauth (~> 0.5.1)
188188
i18n (0.8.1)
@@ -198,7 +198,7 @@ GEM
198198
nokogiri (>= 1.5.9)
199199
memoist (0.15.0)
200200
metasm (1.0.3)
201-
metasploit-aggregator (0.2.0)
201+
metasploit-aggregator (0.2.1)
202202
grpc
203203
rex-arch
204204
metasploit-concern (2.0.4)

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

0 commit comments

Comments
 (0)