Skip to content

Commit fad696e

Browse files
committed
Bump version of framework to 4.15.0
1 parent 18410d8 commit fad696e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.14.28)
4+
metasploit-framework (4.15.0)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -160,7 +160,7 @@ GEM
160160
multi_json (~> 1.11)
161161
os (~> 0.9)
162162
signet (~> 0.7)
163-
grpc (1.3.4)
163+
grpc (1.4.0)
164164
google-protobuf (~> 3.1)
165165
googleauth (~> 0.5.1)
166166
i18n (0.8.4)
@@ -174,7 +174,7 @@ GEM
174174
multi_json (~> 1.10)
175175
loofah (2.0.3)
176176
nokogiri (>= 1.5.9)
177-
memoist (0.15.0)
177+
memoist (0.16.0)
178178
metasm (1.0.3)
179179
metasploit-aggregator (0.2.1)
180180
grpc
@@ -221,7 +221,7 @@ GEM
221221
nessus_rest (0.1.6)
222222
net-ssh (4.1.0)
223223
network_interface (0.0.1)
224-
nexpose (6.0.0)
224+
nexpose (6.1.0)
225225
nokogiri (1.8.0)
226226
mini_portile2 (~> 2.2.0)
227227
octokit (4.7.0)
@@ -262,7 +262,7 @@ GEM
262262
thor (>= 0.18.1, < 2.0)
263263
rake (12.0.0)
264264
rb-readline (0.5.4)
265-
recog (2.1.9)
265+
recog (2.1.10)
266266
nokogiri
267267
redcarpet (3.4.0)
268268
rex-arch (0.1.9)
@@ -361,7 +361,7 @@ GEM
361361
sshkey (1.9.0)
362362
thor (0.19.4)
363363
thread_safe (0.3.6)
364-
timecop (0.8.1)
364+
timecop (0.9.0)
365365
tzinfo (1.2.3)
366366
thread_safe (~> 0.1)
367367
tzinfo-data (1.2017.2)

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.14.28"
33+
VERSION = "4.15.0"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)