Version bump [ci skip]

This commit is contained in:
Nate Berkopec 2022-03-30 08:03:18 -07:00
parent d6d7c966ea
commit 7d2ce037e6
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.11".freeze
PUMA_VERSION = VERSION = "4.3.12".freeze
CODE_NAME = "Mysterious Traveller".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze