Skip to content

Commit 915e09a

Browse files
committed
Update framework version spec and Gemfile
1 parent 0ad2a7c commit 915e09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.9.3.pre.dev)
4+
metasploit-framework (4.10.0.pre.dev)
55
activesupport (>= 3.0.0, < 4.0.0)
66
bcrypt
77
json

spec/lib/msf/core/framework_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
describe Msf::Framework do
77

88
describe "#version" do
9-
CURRENT_VERSION = "4.9.3-dev"
9+
CURRENT_VERSION = "4.10.0-dev"
1010

1111
subject do
1212
described_class.new

0 commit comments

Comments
 (0)