From 29d318a6ba237435cb07843411f9b818ce60837b Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Sun, 25 Oct 2020 16:21:35 -0600 Subject: [PATCH] 5.0.3 [ci skip] --- History.md | 5 +---- lib/puma/const.rb | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/History.md b/History.md index 0fbaaf0c..019dc2e7 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,4 @@ -## Master - -* Features - * Your feature goes here (#Github Number) +## 5.0.3 / 2020-10-25 * Bugfixes * Add Client#io_ok?, check before Reactor#register (#2432) diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 9310c00e..a498f10b 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -100,7 +100,7 @@ module Puma # 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