Skip to content

Commit 50474a1

Browse files
committed
Bump version of framework to 4.15.4
1 parent 6a686a2 commit 50474a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 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.3)
16+
metasploit-framework (4.15.4)
1717
actionpack (~> 4.2.6)
1818
activerecord (~> 4.2.6)
1919
activesupport (~> 4.2.6)
@@ -128,13 +128,13 @@ GEM
128128
factory_girl_rails (4.8.0)
129129
factory_girl (~> 4.8.0)
130130
railties (>= 3.0.0)
131-
faraday (0.12.1)
131+
faraday (0.12.2)
132132
multipart-post (>= 1.2, < 3)
133133
filesize (0.1.1)
134134
fivemat (1.3.5)
135135
google-protobuf (3.3.0)
136-
googleauth (0.5.1)
137-
faraday (~> 0.9)
136+
googleauth (0.5.2)
137+
faraday (~> 0.12)
138138
jwt (~> 1.4)
139139
logging (~> 2.0)
140140
memoist (~> 0.12)
@@ -192,7 +192,7 @@ GEM
192192
metasploit_payloads-mettle (0.1.14)
193193
method_source (0.8.2)
194194
mini_portile2 (2.2.0)
195-
minitest (5.10.2)
195+
minitest (5.10.3)
196196
msgpack (1.1.0)
197197
multi_json (1.12.1)
198198
multipart-post (2.0.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.3"
33+
VERSION = "4.15.4"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)