Skip to content

Commit

Permalink
Bump version to 5.3.0 [ci skip] (puma#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored and JuanitoFatas committed Sep 9, 2022
1 parent 794da98 commit 912eca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puma/const.rb
Expand Up @@ -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

Expand Down

0 comments on commit 912eca2

Please sign in to comment.