mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
4.3.2
This commit is contained in:
parent
850c101a50
commit
f6278fb4d3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module Puma
|
||||||
# too taxing on performance.
|
# too taxing on performance.
|
||||||
module Const
|
module Const
|
||||||
|
|
||||||
PUMA_VERSION = VERSION = "4.3.1".freeze
|
PUMA_VERSION = VERSION = "4.3.2".freeze
|
||||||
CODE_NAME = "Mysterious Traveller".freeze
|
CODE_NAME = "Mysterious Traveller".freeze
|
||||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue