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.
1 parent 7ce813a commit 83cd0bcCopy full SHA for 83cd0bc
Gemfile.lock
@@ -7,7 +7,7 @@ GIT
7
PATH
8
remote: .
9
specs:
10
- metasploit-framework (4.15.5)
+ metasploit-framework (4.15.6)
11
actionpack (~> 4.2.6)
12
activerecord (~> 4.2.6)
13
activesupport (~> 4.2.6)
@@ -164,7 +164,7 @@ GEM
164
activemodel (~> 4.2.6)
165
166
railties (~> 4.2.6)
167
- metasploit-credential (2.0.10)
+ metasploit-credential (2.0.11)
168
metasploit-concern
169
metasploit-model
170
metasploit_data_models
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.15.5"
+ VERSION = "4.15.6"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments