Skip to content

Commit

Permalink
Bump version of framework to 4.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Sep 1, 2017
1 parent bcfab11 commit 92f5290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.16.4)
metasploit-framework (4.16.5)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
backports (3.8.0)
bcrypt (3.1.11)
bcrypt_pbkdf (1.0.0)
bindata (2.4.0)
bindata (2.4.1)
bit-struct (0.16)
builder (3.2.3)
coderay (1.1.1)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
nessus_rest (0.1.6)
net-ssh (4.1.0)
network_interface (0.0.2)
nexpose (6.1.1)
nexpose (7.0.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
octokit (4.7.0)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
ffi
rbnacl-libsodium (1.0.13)
rbnacl (>= 3.0.1)
recog (2.1.12)
recog (2.1.13)
nokogiri
redcarpet (3.4.0)
rex-arch (0.1.11)
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.16.4"
VERSION = "4.16.5"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 92f5290

Please sign in to comment.