Bump version

This commit is contained in:
Evan Phoenix 2020-05-18 16:11:26 -07:00
parent 87e7fe46fd
commit 99b18e86c5
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 = "3.12.4".freeze
PUMA_VERSION = VERSION = "3.12.5".freeze
CODE_NAME = "Llamas in Pajamas".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze