about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 76b5d8f..ca6e2d4 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -13,7 +13,7 @@ module Rainbows
       # with Revactor or Rev, so we're considered multithread-ed even
       # when we're not technically...
       "rack.multithread" => true,
-      "SERVER_SOFTWARE" => "Rainbows #{RAINBOWS_VERSION}",
+      "SERVER_SOFTWARE" => "Rainbows! #{RAINBOWS_VERSION}",
     })
 
     CONN_CLOSE = "Connection: close\r\n"