about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-09-08 02:07:18 +0000
committerEric Wong <bofh@yhbt.net>2020-09-08 02:07:18 +0000
commit2c347116305338710331d238fefa23f00e98cf54 (patch)
tree075505d476437b67e01709173072596edaaecdb0 /GIT-VERSION-GEN
parent923f4a36bbbe6753ed95a8c24157759aca3c3cba (diff)
downloadunicorn-2c347116305338710331d238fefa23f00e98cf54.tar.gz
Relaxed Ruby version requirements for Ruby 3.0.0dev.
Thanks to Jean Boussier for testing
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 19d4a64..7ffc902 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.6.0"
+DEF_VER = "v5.7.0"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"