We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e614e9b + c681c78 commit 66ca61fCopy full SHA for 66ca61f
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.16.27)
+ metasploit-framework (4.16.28)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -104,7 +104,7 @@ GEM
104
arel (6.0.4)
105
arel-helpers (2.5.0)
106
activerecord (>= 3.1.0, < 6)
107
- backports (3.10.3)
+ backports (3.11.0)
108
bcrypt (3.1.11)
109
bcrypt_pbkdf (1.0.0)
110
bindata (2.4.1)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.16.27"
+ VERSION = "4.16.28"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments