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 a444444 commit 05e15ceCopy full SHA for 05e15ce
Gemfile.lock
@@ -31,7 +31,7 @@ GIT
31
PATH
32
remote: .
33
specs:
34
- metasploit-framework (4.14.12)
+ metasploit-framework (4.14.13)
35
actionpack (~> 4.2.6)
36
activerecord (~> 4.2.6)
37
activesupport (~> 4.2.6)
@@ -193,7 +193,7 @@ GEM
193
i18n (0.8.1)
194
jsobfu (0.4.2)
195
rkelly-remix
196
- json (2.0.4)
+ json (2.1.0)
197
jwt (1.5.6)
198
little-plugger (1.1.4)
199
logging (2.2.2)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
- VERSION = "4.14.12"
+ VERSION = "4.14.13"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
0 commit comments