diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 3a2fe2bb49..bfcb374b24 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -100,8 +100,8 @@ class UnsupportedOption < RuntimeError # too taxing on performance. module Const - PUMA_VERSION = VERSION = "5.2.2".freeze - CODE_NAME = "Fettisdagsbulle".freeze + PUMA_VERSION = VERSION = "5.3.0".freeze + CODE_NAME = "Sweetnighter".freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze