mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump version to 5.1.0 (#2491)
This commit is contained in:
parent
f1c7fcde9a
commit
5a988f193b
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "5.0.4".freeze
|
||||
CODE_NAME = "Spoony Bard".freeze
|
||||
PUMA_VERSION = VERSION = "5.1.0".freeze
|
||||
CODE_NAME = "At Your Service".freeze
|
||||
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Reference in a new issue