1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Nate Berkopec 2020-09-28 09:14:38 -06:00
parent 78b3ca7352
commit f9def0b3c9
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,11 @@
* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
## 5.0.2 / 2020-09-28
* Bugfixes
* Reverted API changes to Server.
## 5.0.1 / 2020-09-28
* Bugfixes

View file

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "5.0.1".freeze
PUMA_VERSION = VERSION = "5.0.2".freeze
CODE_NAME = "Spoony Bard".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze