1
0
Fork 0
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:
Chris LaRose 2020-11-27 07:51:17 -08:00 committed by GitHub
parent f1c7fcde9a
commit 5a988f193b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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