about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-13 18:47:20 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-13 18:47:20 -0800
commitb88fe4513e310f5f38076cb137f6327d684a1d55 (patch)
tree732011762ded2b410fff7aac0fbc9cd2ae8c3df0
parentea58c416ac352063ede2d932c422745fe090bb5e (diff)
downloadunicorn-b88fe4513e310f5f38076cb137f6327d684a1d55.tar.gz
We need a minor version since we will expose
Unicorn::ClientDisconnect.
-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 4d9680c..e418cc1 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,7 +7,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.94.0"
+    UNICORN_VERSION="0.95.0pre"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port