Skip to content

Commit

Permalink
Bump version of framework to 4.14.22
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed May 19, 2017
1 parent a6f416e commit 18f5203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def self.get_hash
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
Expand Down

0 comments on commit 18f5203

Please sign in to comment.