Skip to content

Commit 5cdd364

Browse files
committed
Bump version of framework to 4.16.18
1 parent c740f43 commit 5cdd364

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.16.17)
4+
metasploit-framework (4.16.18)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -112,7 +112,7 @@ GEM
112112
builder (3.2.3)
113113
coderay (1.1.2)
114114
concurrent-ruby (1.0.5)
115-
crass (1.0.2)
115+
crass (1.0.3)
116116
diff-lcs (1.3)
117117
dnsruby (1.60.2)
118118
docile (1.1.5)
@@ -127,10 +127,10 @@ GEM
127127
ffi (1.9.18)
128128
filesize (0.1.1)
129129
fivemat (1.3.5)
130-
google-protobuf (3.4.1.1)
130+
google-protobuf (3.5.0)
131131
googleapis-common-protos-types (1.0.1)
132132
google-protobuf (~> 3.0)
133-
googleauth (0.6.1)
133+
googleauth (0.6.2)
134134
faraday (~> 0.12)
135135
jwt (>= 1.4, < 3.0)
136136
logging (~> 2.0)
@@ -223,7 +223,7 @@ GEM
223223
activerecord (>= 4.0.0)
224224
arel (>= 4.0.1)
225225
pg_array_parser (~> 0.0.9)
226-
pry (0.11.2)
226+
pry (0.11.3)
227227
coderay (~> 1.1.0)
228228
method_source (~> 0.9.0)
229229
public_suffix (3.0.1)
@@ -243,7 +243,7 @@ GEM
243243
activesupport (= 4.2.10)
244244
rake (>= 0.8.7)
245245
thor (>= 0.18.1, < 2.0)
246-
rake (12.2.1)
246+
rake (12.3.0)
247247
rb-readline (0.5.5)
248248
rbnacl (4.0.2)
249249
ffi

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

0 commit comments

Comments
 (0)