about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-19 17:25:47 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-19 17:25:47 -0700
commit018f90f0394e83e99aff543e7f4c1ae69f39a6fc (patch)
treeabf1e0ad050995b00ec4a35704a07eba299e6346 /lib/unicorn/const.rb
parent7bcfcde9f9bfed2ecd666869e4adb71ee1861ced (diff)
downloadunicorn-018f90f0394e83e99aff543e7f4c1ae69f39a6fc.tar.gz
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 72a4d61..e9c6667 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -5,7 +5,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.8.2".freeze
+    UNICORN_VERSION="0.8.3".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port