Skip to content

Commit 70f6593

Browse files
committed
Bump version of framework to 4.15.5
1 parent cdda4bd commit 70f6593

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
metasploit-framework (4.15.4)
16+
metasploit-framework (4.15.5)
1717
actionpack (~> 4.2.6)
1818
activerecord (~> 4.2.6)
1919
activesupport (~> 4.2.6)
@@ -133,7 +133,7 @@ GEM
133133
filesize (0.1.1)
134134
fivemat (1.3.5)
135135
google-protobuf (3.3.0)
136-
googleauth (0.5.2)
136+
googleauth (0.5.3)
137137
faraday (~> 0.12)
138138
jwt (~> 1.4)
139139
logging (~> 2.0)
@@ -199,7 +199,7 @@ GEM
199199
nessus_rest (0.1.6)
200200
net-ssh (4.1.0)
201201
network_interface (0.0.1)
202-
nexpose (6.1.0)
202+
nexpose (6.1.1)
203203
nokogiri (1.8.0)
204204
mini_portile2 (~> 2.2.0)
205205
octokit (4.7.0)

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.15.4"
33+
VERSION = "4.15.5"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)