about summary refs log tree commit homepage
path: root/unicorn.gemspec
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 /unicorn.gemspec
parentcca935955422a2c00061cdd80c58910efa4b12f7 (diff)
downloadunicorn-5.5.3.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 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index a189f8d..dcddff9 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -11,7 +11,7 @@ end.compact
 
 Gem::Specification.new do |s|
   s.name = %q{unicorn}
-  s.version = (ENV['VERSION'] || '5.5.0').dup
+  s.version = (ENV['VERSION'] || '5.5.3').dup
   s.authors = ['unicorn hackers']
   s.summary = 'Rack HTTP server for fast clients and Unix'
   s.description = File.read('README').split("\n\n")[1]