Skip to content

Commit 89e8125

Browse files
committed
Bump version of framework to 4.14.15
1 parent 6b37e1e commit 89e8125

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
@@ -31,7 +31,7 @@ GIT
3131
PATH
3232
remote: .
3333
specs:
34-
metasploit-framework (4.14.14)
34+
metasploit-framework (4.14.15)
3535
actionpack (~> 4.2.6)
3636
activerecord (~> 4.2.6)
3737
activesupport (~> 4.2.6)
@@ -172,7 +172,7 @@ GEM
172172
factory_girl_rails (4.8.0)
173173
factory_girl (~> 4.8.0)
174174
railties (>= 3.0.0)
175-
faraday (0.12.0.1)
175+
faraday (0.12.1)
176176
multipart-post (>= 1.2, < 3)
177177
ffi (1.9.18)
178178
filesize (0.1.1)
@@ -187,7 +187,7 @@ GEM
187187
multi_json (~> 1.11)
188188
os (~> 0.9)
189189
signet (~> 0.7)
190-
grpc (1.2.2)
190+
grpc (1.2.5)
191191
google-protobuf (~> 3.1)
192192
googleauth (~> 0.5.1)
193193
i18n (0.8.1)

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

0 commit comments

Comments
 (0)