1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
[ci skip]
This commit is contained in:
Nate Berkopec 2020-10-25 16:21:35 -06:00
parent e48d6f3cae
commit 29d318a6ba
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 2 additions and 5 deletions

View file

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

View file

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