mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
5.0.3
[ci skip]
This commit is contained in:
parent
e48d6f3cae
commit
29d318a6ba
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
## Master
|
||||
|
||||
* Features
|
||||
* Your feature goes here <Most recent on the top, like GitHub> (#Github Number)
|
||||
## 5.0.3 / 2020-10-25
|
||||
|
||||
* Bugfixes
|
||||
* Add Client#io_ok?, check before Reactor#register (#2432)
|
||||
|
|
|
@ -100,7 +100,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "5.0.2".freeze
|
||||
PUMA_VERSION = VERSION = "5.0.3".freeze
|
||||
CODE_NAME = "Spoony Bard".freeze
|
||||
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
|
Loading…
Reference in a new issue