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 1ce9aed commit 8eb2c92Copy full SHA for 8eb2c92
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.12.24)
+ metasploit-framework (4.12.25)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -331,4 +331,4 @@ DEPENDENCIES
331
yard
332
333
BUNDLED WITH
334
- 1.12.5
+ 1.13.1
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.12.24"
+ VERSION = "4.12.25"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments