about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-11 02:10:54 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-11 02:12:41 +0000
commita055dcd9e15ed93c9bbd0d83b2f87c96a4733cfb (patch)
treedd38d857d18772b3318b4cab6d7cfb37839c9eae /lib
parent454a81378bf88dccb081b2cd7e7126a66a92f013 (diff)
downloadunicorn-a055dcd9e15ed93c9bbd0d83b2f87c96a4733cfb.tar.gz
Unicorn::TeeInput constant resolution for Unicorn::ClientError
got broken simplifying code for RDoc.  This affects users
of Rainbows! and Zbatery.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/const.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index f572177..52fe201 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -8,8 +8,8 @@ module Unicorn
   # Symbols did not really improve things much compared to constants.
   module Const
 
-    # The current version of Unicorn, currently 1.1.0
-    UNICORN_VERSION="1.1.0"
+    # The current version of Unicorn, currently 1.1.1
+    UNICORN_VERSION="1.1.1"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port