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 3ad4ff6 commit 39b2e82Copy full SHA for 39b2e82
Gemfile.lock
@@ -13,7 +13,7 @@ GIT
13
PATH
14
remote: .
15
specs:
16
- metasploit-framework (4.15.2)
+ metasploit-framework (4.15.3)
17
actionpack (~> 4.2.6)
18
activerecord (~> 4.2.6)
19
activesupport (~> 4.2.6)
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.15.2"
+ VERSION = "4.15.3"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments