summary refs log tree commit
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-05-06 15:51:18 -0500
committerAaron Patterson <aaron.patterson@gmail.com>2016-05-06 15:51:18 -0500
commit9073125f71afd615091f575d74ec468a0b1b79bf (patch)
treea4554e2165a7c10f2d92cf45b7cdb96ce6d74be4
parent215ae071619c758f03adca9df3159a34dc10d8e5 (diff)
downloadrack-9073125f71afd615091f575d74ec468a0b1b79bf.tar.gz
bumping version 2.0.0.rc1
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 4a02eed1..00621178 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -18,7 +18,7 @@ module Rack
     VERSION.join(".")
   end
 
-  RELEASE = "2.0.0.alpha"
+  RELEASE = "2.0.0.rc1"
 
   # Return the Rack release as a dotted string.
   def self.release