about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-07 07:22:58 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-07 07:22:58 +0000
commiteb5ba488422020568e5ccf650891d7fccce7238f (patch)
tree5991c36adda3cd74cb03f4084a5306eee48e19db /lib
parent4c48b520786807487f7f76d709b0dbcee63c4d0c (diff)
downloadunicorn-eb5ba488422020568e5ccf650891d7fccce7238f.tar.gz
Internal changes/cleanups for Rainbows!
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 ec5444d..46f7d47 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,8 +7,8 @@
 # improve things much compared to constants.
 module Unicorn::Const
 
-  # The current version of Unicorn, currently 2.0.0pre1
-  UNICORN_VERSION = "2.0.0pre1"
+  # The current version of Unicorn, currently 2.0.0pre2
+  UNICORN_VERSION = "2.0.0pre2"
 
   # default TCP listen host address (0.0.0.0, all interfaces)
   DEFAULT_HOST = "0.0.0.0"