Skip to content

Commit

Permalink
v4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Sep 5, 2020
1 parent 73cfdf5 commit 3e3647a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
@@ -1,7 +1,8 @@
## Master
## 4.3.6 / 2020-09-05

* Bugfixes
* Explicitly include ctype.h to fix compilation warning and build error on macOS with Xcode 12 (#2304)
* Don't require json at boot (#2269)

## 4.3.4/4.3.5 and 3.12.5/3.12.6 / 2020-05-22

Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "4.3.5".freeze
PUMA_VERSION = VERSION = "4.3.6".freeze
CODE_NAME = "Mysterious Traveller".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze

Expand Down

0 comments on commit 3e3647a

Please sign in to comment.