about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2021-03-13 00:00:28 -0300
committerEric Wong <bofh@yhbt.net>2021-03-13 02:19:04 +0000
commit5cdb68eb26faf7fd75fbf3ab1fadcf2a30fd4974 (patch)
treed9be5bdfb3a0861851e4eba47358fe3aed96d2d8 /GIT-VERSION-GEN
parent89b4ea15506ada542ab218c6819cf236e0afb2a2 (diff)
downloadunicorn-5cdb68eb26faf7fd75fbf3ab1fadcf2a30fd4974.tar.gz
While no incompatible changes to any supported configuration
files are planned, some deep internal data structures will
change and there are likely some 3rd-party monkey patches broken
by this.
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 8be8c88..7ec5b4f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.8.0"
+DEF_VER = "v6.0.0.GIT"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"