Skip to content

Commit

Permalink
Bump version to 5.2.0 (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jan 27, 2021
1 parent 37a3bc6 commit 30a8cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "5.1.1".freeze
CODE_NAME = "At Your Service".freeze
PUMA_VERSION = VERSION = "5.2.0".freeze
CODE_NAME = "Fettisdagsbulle".freeze

PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze

Expand Down

0 comments on commit 30a8cc0

Please sign in to comment.