about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-07-26 01:47:37 +0000
committerEric Wong <bofh@yhbt.net>2020-07-26 01:52:09 +0000
commitba58f35a75d264ac90b7f099e9f19a922beaf4da (patch)
tree92c51ea67a8cc11cdbfdfbd40768d258464bc084 /GIT-VERSION-GEN
parenteb8c4130b4be8314d4013c62ce1d0e5bac36cab8 (diff)
downloadunicorn-ba58f35a75d264ac90b7f099e9f19a922beaf4da.tar.gz
This release adds support for the early_hints configurator
directive for the 'rack.early_hints' API used by Rails 5.2+.

Thanks to Jean Boussier for the patch.

Link: https://yhbt.net/unicorn-public/242F0859-0F83-4F14-A0FF-5BE392BB01E6@shopify.com/
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 29646d3..19d4a64 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.5.5"
+DEF_VER = "v5.6.0"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"