This commit is contained in:
Nate Berkopec 2021-10-12 08:38:22 -06:00
parent 3167548596
commit 011d0aa1a8
No known key found for this signature in database
GPG Key ID: 19616755F4328D71
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "4.3.8".freeze
PUMA_VERSION = VERSION = "4.3.9".freeze
CODE_NAME = "Mysterious Traveller".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze