about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-03-24 22:07:41 +0000
committerEric Wong <bofh@yhbt.net>2020-03-24 22:07:41 +0000
commit00346227dfe91a6a11f95a679cef38940f79f12a (patch)
tree99574ff830bd7d7dd6d6817ba801bb66761352c5 /unicorn.gemspec
parent193b968013462c2966d7175a0f509625e98830ea (diff)
downloadunicorn-5.5.4.tar.gz
One change to improve RFC 7230 conformance in the HTTP parser:

https://yhbt.net/unicorn-public/20200319022823.32472-1-bofh@yhbt.net/
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index dcddff9..04cadff 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -11,7 +11,7 @@ end.compact
 
 Gem::Specification.new do |s|
   s.name = %q{unicorn}
-  s.version = (ENV['VERSION'] || '5.5.3').dup
+  s.version = (ENV['VERSION'] || '5.5.4').dup
   s.authors = ['unicorn hackers']
   s.summary = 'Rack HTTP server for fast clients and Unix'
   s.description = File.read('README').split("\n\n")[1]