Skip to content

Commit

Permalink
5.6.4
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
nateberkopec committed Mar 30, 2022
1 parent 4475a46 commit 7add06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# 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
Expand Down

0 comments on commit 7add06a

Please sign in to comment.