Skip to content

Commit a54c0c4

Browse files
committed
Bump version of framework to 4.13.6
1 parent 630d879 commit a54c0c4

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.5)
4+
metasploit-framework (4.13.6)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -232,7 +232,7 @@ GEM
232232
activesupport (= 4.2.7.1)
233233
rake (>= 0.8.7)
234234
thor (>= 0.18.1, < 2.0)
235-
rake (11.3.0)
235+
rake (12.0.0)
236236
rb-readline-r7 (0.5.2.0)
237237
recog (2.1.2)
238238
nokogiri
@@ -250,7 +250,7 @@ GEM
250250
metasm
251251
rex-arch
252252
rex-text
253-
rex-exploitation (0.1.3)
253+
rex-exploitation (0.1.4)
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.5"
33+
VERSION = "4.13.6"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)