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 0ad2a7c commit 915e09aCopy full SHA for 915e09a
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.9.3.pre.dev)
+ metasploit-framework (4.10.0.pre.dev)
5
activesupport (>= 3.0.0, < 4.0.0)
6
bcrypt
7
json
spec/lib/msf/core/framework_spec.rb
@@ -6,7 +6,7 @@
describe Msf::Framework do
8
describe "#version" do
9
- CURRENT_VERSION = "4.9.3-dev"
+ CURRENT_VERSION = "4.10.0-dev"
10
11
subject do
12
described_class.new
0 commit comments