lib/puma/const.rb in piesync-puma-3.12.6 vs lib/puma/const.rb in piesync-puma-3.12.6.1
- old
+ new
@@ -98,10 +98,10 @@
# While Puma does try to emulate the CGI/1.2 protocol, it does not use the REMOTE_IDENT,
# REMOTE_USER, or REMOTE_HOST parameters since those are either a security problem or
# too taxing on performance.
module Const
- PUMA_VERSION = VERSION = "3.12.6".freeze
+ PUMA_VERSION = VERSION = "3.12.6.1".freeze
CODE_NAME = "Llamas in Pajamas".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
FAST_TRACK_KA_TIMEOUT = 0.2