Update framework version spec and Gemfile

bug/bundler_fix
Brandon Turner 2014-08-01 09:26:38 -05:00
parent 0ad2a7c89b
commit 915e09ac50
No known key found for this signature in database
GPG Key ID: 0F82931CA3EE1B07
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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