Skip to content

Commit

Permalink
3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Jun 3, 2017
1 parent 2cb640e commit 813eda4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
@@ -1,3 +1,9 @@
## 3.9.1 / 2017-06-03

* 2 bugfixes:
* Fixed compatibility with older Bundler versions (#1314)
* Some internal test/development cleanup (#1311, #1313)

## 3.9.0 / 2017-06-01

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

PUMA_VERSION = VERSION = "3.9.0".freeze
PUMA_VERSION = VERSION = "3.9.1".freeze
CODE_NAME = "Private Caller".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze

Expand Down

0 comments on commit 813eda4

Please sign in to comment.