about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-02 18:17:26 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-02 18:17:26 -0700
commita2d5ad61d5f7c6b744f49ce549292e7f2d353ead (patch)
treef9b0a20662d134238909dd5e71e97f003f34af1b /lib/unicorn/const.rb
parentfae1978669fe12485edc13ed9a83ebb1479fa3e2 (diff)
downloadunicorn-a2d5ad61d5f7c6b744f49ce549292e7f2d353ead.tar.gz
Fix permissions for release tarballs/gems, no other changes.
Thanks to Jay Reitz for reporting this.
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 69ef6b2..98f1a26 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.93.0"
+    UNICORN_VERSION="0.93.1"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port