Skip to content

Commit df181c1

Browse files
committed
Bump version of framework to 4.14.4
1 parent 3af0f81 commit df181c1

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
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.14.3)
4+
metasploit-framework (4.14.4)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -144,7 +144,7 @@ GEM
144144
multipart-post (>= 1.2, < 3)
145145
ffi (1.9.18)
146146
filesize (0.1.1)
147-
fivemat (1.3.2)
147+
fivemat (1.3.3)
148148
gherkin (4.1.1)
149149
google-protobuf (3.2.0.2)
150150
googleauth (0.5.1)
@@ -155,7 +155,7 @@ GEM
155155
multi_json (~> 1.11)
156156
os (~> 0.9)
157157
signet (~> 0.7)
158-
grpc (1.1.2)
158+
grpc (1.2.0)
159159
google-protobuf (~> 3.1)
160160
googleauth (~> 0.5.1)
161161
i18n (0.8.1)
@@ -216,7 +216,7 @@ GEM
216216
net-ssh (4.1.0)
217217
network_interface (0.0.1)
218218
nexpose (5.3.1)
219-
nokogiri (1.7.0.1)
219+
nokogiri (1.7.1)
220220
mini_portile2 (~> 2.1.0)
221221
octokit (4.6.2)
222222
sawyer (~> 0.8.0, >= 0.5.3)
@@ -335,7 +335,7 @@ GEM
335335
faraday (~> 0.9)
336336
jwt (~> 1.5)
337337
multi_json (~> 1.10)
338-
simplecov (0.14.0)
338+
simplecov (0.14.1)
339339
docile (~> 1.1.0)
340340
json (>= 1.8, < 3)
341341
simplecov-html (~> 0.10.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.14.3"
33+
VERSION = "4.14.4"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)