Skip to content

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nateberkopec committed Oct 25, 2020
1 parent e48d6f3 commit 29d318a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## Master

* Features
* Your feature goes here <Most recent on the top, like GitHub> (#Github Number)
## 5.0.3 / 2020-10-25

* Bugfixes
* Add Client#io_ok?, check before Reactor#register (#2432)
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "5.0.2".freeze
PUMA_VERSION = VERSION = "5.0.3".freeze
CODE_NAME = "Spoony Bard".freeze

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

0 comments on commit 29d318a

Please sign in to comment.