1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
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:
Nate Berkopec 2022-03-30 07:27:53 -07:00
parent 643daa1db7
commit 89a8190bef
No known key found for this signature in database
GPG key ID: 19616755F4328D71
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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