Skip to content

Commit be170ab

Browse files
committed
Bump version of framework to 4.13.18
1 parent 2ff170a commit be170ab

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
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.17)
4+
metasploit-framework (4.13.18)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -146,7 +146,7 @@ GEM
146146
filesize (0.1.1)
147147
fivemat (1.3.2)
148148
gherkin (4.0.0)
149-
i18n (0.7.0)
149+
i18n (0.8.0)
150150
jsobfu (0.4.2)
151151
rkelly-remix
152152
json (1.8.6)
@@ -250,7 +250,7 @@ GEM
250250
metasm
251251
rex-arch
252252
rex-text
253-
rex-exploitation (0.1.8)
253+
rex-exploitation (0.1.10)
254254
jsobfu
255255
metasm
256256
rex-arch

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

0 commit comments

Comments
 (0)