Skip to content

Commit 44d229a

Browse files
committed
Bump version of framework to 4.13.22
1 parent 026f6eb commit 44d229a

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.21)
4+
metasploit-framework (4.13.22)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -232,7 +232,7 @@ GEM
232232
rake (>= 0.8.7)
233233
thor (>= 0.18.1, < 2.0)
234234
rake (12.0.0)
235-
rb-readline (0.5.3)
235+
rb-readline (0.5.4)
236236
recog (2.1.4)
237237
nokogiri
238238
redcarpet (3.4.0)
@@ -301,7 +301,7 @@ GEM
301301
rspec-support (~> 3.5.0)
302302
rspec-support (3.5.0)
303303
rubyntlm (0.6.1)
304-
rubyzip (1.2.0)
304+
rubyzip (1.2.1)
305305
sawyer (0.8.1)
306306
addressable (>= 2.3.5, < 2.6)
307307
faraday (~> 0.8, < 1.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.13.21"
33+
VERSION = "4.13.22"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)