mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
5.6.4
I accidentally pushed master as 5.6.3 rather than 5-6-stable, so I yanked and now its going to go up as 5.6.4 [ci skip]
This commit is contained in:
parent
643daa1db7
commit
89a8190bef
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## 5.6.3 / 2022-03-30
|
||||
## 5.6.4 / 2022-03-30
|
||||
|
||||
* Security
|
||||
* Close several HTTP Request Smuggling exploits (CVE-2022-24790)
|
||||
|
|
|
@ -100,7 +100,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "5.6.3".freeze
|
||||
PUMA_VERSION = VERSION = "5.6.4".freeze
|
||||
CODE_NAME = "Birdie's Version".freeze
|
||||
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
|
Loading…
Add table
Reference in a new issue