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 59660dd commit a030179Copy full SHA for a030179
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.11.7)
+ metasploit-framework (4.11.8)
5
actionpack (>= 4.0.9, < 4.1.0)
6
activerecord (>= 4.0.9, < 4.1.0)
7
activesupport (>= 4.0.9, < 4.1.0)
@@ -246,3 +246,6 @@ DEPENDENCIES
246
simplecov
247
timecop
248
yard
249
+
250
+BUNDLED WITH
251
+ 1.11.2
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.11.7"
+ VERSION = "4.11.8"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments