Skip to content

Commit

Permalink
Bump version of framework to 4.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Oct 13, 2017
1 parent 9b219f4 commit 88585a5
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
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.16.11)
metasploit-framework (4.16.12)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down Expand Up @@ -102,9 +102,9 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
afm (0.2.2)
arel (6.0.4)
arel-helpers (2.4.0)
arel-helpers (2.5.0)
activerecord (>= 3.1.0, < 6)
backports (3.8.0)
backports (3.10.0)
bcrypt (3.1.11)
bcrypt_pbkdf (1.0.0)
bindata (2.4.1)
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.11"
VERSION = "4.16.12"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 88585a5

Please sign in to comment.