about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-01-31 20:38:10 +0000
committerEric Wong <bofh@yhbt.net>2020-01-31 20:38:10 +0000
commitb6c62e1b80ae1282ef99b8b641486446aa438e31 (patch)
tree84449aa25f40acf777cb522bf191273b9ac923c4 /GIT-VERSION-GEN
parentcca935955422a2c00061cdd80c58910efa4b12f7 (diff)
downloadunicorn-b6c62e1b80ae1282ef99b8b641486446aa438e31.tar.gz
Documentation updates to switch bogomips.org to yhbt.net since
the .org TLD won't be affordable in the near future.

There's also a few minor test cleanups.
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 3e511d0..2bbe742 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.5.2"
+DEF_VER = "v5.5.3"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"