Skip to content

Commit 4c994d8

Browse files
committed
Updating version to 4.11 for Flood release
1 parent effb5b9 commit 4c994d8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.10.1.pre.dev)
4+
metasploit-framework (4.11.0.pre.dev)
55
actionpack (< 4.0.0)
66
activesupport (>= 3.0.0, < 4.0.0)
77
bcrypt
@@ -20,14 +20,14 @@ PATH
2020
rubyzip (~> 1.1)
2121
sqlite3
2222
tzinfo
23-
metasploit-framework-db (4.10.1.pre.dev)
23+
metasploit-framework-db (4.11.0.pre.dev)
2424
activerecord (< 4.0.0)
2525
metasploit-credential (~> 0.13.8)
26-
metasploit-framework (= 4.10.1.pre.dev)
26+
metasploit-framework (= 4.11.0.pre.dev)
2727
metasploit_data_models (~> 0.21.1)
2828
pg (>= 0.11)
29-
metasploit-framework-pcap (4.10.1.pre.dev)
30-
metasploit-framework (= 4.10.1.pre.dev)
29+
metasploit-framework-pcap (4.11.0.pre.dev)
30+
metasploit-framework (= 4.11.0.pre.dev)
3131
network_interface (~> 0.0.1)
3232
pcaprub
3333

lib/metasploit/framework/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Metasploit
22
module Framework
33
module Version
44
MAJOR = 4
5-
MINOR = 10
6-
PATCH = 1
5+
MINOR = 11
6+
PATCH = 0
77
PRERELEASE = 'dev'
88
end
99

spec/lib/msf/core/framework_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
end
1818

1919
describe "#version" do
20-
CURRENT_VERSION = "4.10.1-dev"
20+
CURRENT_VERSION = "4.11.0-dev"
2121

2222
subject(:framework) do
2323
described_class.new

0 commit comments

Comments
 (0)