about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
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 /GIT-VERSION-GEN
parent193b968013462c2966d7175a0f509625e98830ea (diff)
downloadunicorn-e0d7b66f6ace630380660ddb16bd4b388dda2f88.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 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2bbe742..840c324 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.5.3"
+DEF_VER = "v5.5.4"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"