Skip to content

Commit 88585a5

Browse files
committed
Bump version of framework to 4.16.12
1 parent 9b219f4 commit 88585a5

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
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.11)
4+
metasploit-framework (4.16.12)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -102,9 +102,9 @@ GEM
102102
public_suffix (>= 2.0.2, < 4.0)
103103
afm (0.2.2)
104104
arel (6.0.4)
105-
arel-helpers (2.4.0)
105+
arel-helpers (2.5.0)
106106
activerecord (>= 3.1.0, < 6)
107-
backports (3.8.0)
107+
backports (3.10.0)
108108
bcrypt (3.1.11)
109109
bcrypt_pbkdf (1.0.0)
110110
bindata (2.4.1)

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

0 commit comments

Comments
 (0)