1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Bump version of framework to 4.14.22

This commit is contained in:
Metasploit 2017-05-19 12:12:27 -07:00
parent a6f416e8df
commit 18f520382b
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ GIT
PATH
remote: .
specs:
metasploit-framework (4.14.21)
metasploit-framework (4.14.22)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -182,7 +182,7 @@ GEM
multi_json (~> 1.11)
os (~> 0.9)
signet (~> 0.7)
grpc (1.2.5)
grpc (1.3.4)
google-protobuf (~> 3.1)
googleauth (~> 0.5.1)
i18n (0.8.1)
@ -198,7 +198,7 @@ GEM
nokogiri (>= 1.5.9)
memoist (0.15.0)
metasm (1.0.3)
metasploit-aggregator (0.2.0)
metasploit-aggregator (0.2.1)
grpc
rex-arch
metasploit-concern (2.0.4)

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "4.14.21"
VERSION = "4.14.22"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash