diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2021-01-31 09:56:27 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2021-01-31 09:56:27 +0000 |
| commit | 8b49c3e4bc767bec8a66ac81cbda033330fb2703 (patch) | |
| tree | 5d1076ac5e0f06189dc517533bd9422619d3ec14 /lib/webrick/version.rb | |
| parent | 092aeb28fc5a13fb9ed1d4b7675f3c33e970f1d3 (diff) | |
Backport webrick patch for CVE-2020-25613
[Backport #17201]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/webrick/version.rb')
| -rw-r--r-- | lib/webrick/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/version.rb b/lib/webrick/version.rb index ee6b415eef..c23df9a912 100644 --- a/lib/webrick/version.rb +++ b/lib/webrick/version.rb @@ -14,5 +14,5 @@ module WEBrick ## # The WEBrick version - VERSION = "1.4.2" + VERSION = "1.4.4" end |
