Update framework version spec and Gemfile
parent
0ad2a7c89b
commit
915e09ac50
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
metasploit-framework (4.9.3.pre.dev)
|
||||
metasploit-framework (4.10.0.pre.dev)
|
||||
activesupport (>= 3.0.0, < 4.0.0)
|
||||
bcrypt
|
||||
json
|
||||
|
|
|
@ -6,7 +6,7 @@ require 'msf/core/framework'
|
|||
describe Msf::Framework do
|
||||
|
||||
describe "#version" do
|
||||
CURRENT_VERSION = "4.9.3-dev"
|
||||
CURRENT_VERSION = "4.10.0-dev"
|
||||
|
||||
subject do
|
||||
described_class.new
|
||||
|
|
Loading…
Reference in New Issue