summary refs log tree commit
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-06-09 17:08:30 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-06-12 11:40:35 -0700
commit2a4193dcae6f32d7979c75ebc0692c50ddbdac93 (patch)
tree5c499a053efb8b05bbda521a86b0acc810562465
parentbbac5d0d8b6a20487070dc6a298fbb8d9906a538 (diff)
downloadrack-2a4193dcae6f32d7979c75ebc0692c50ddbdac93.tar.gz
bump to 1.6.2
-rw-r--r--lib/rack.rb2
-rw-r--r--rack.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 4d49985c..a1fe34d1 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -20,7 +20,7 @@ module Rack
 
   # Return the Rack release as a dotted string.
   def self.release
-    "1.6.1"
+    "1.6.2"
   end
   PATH_INFO      = 'PATH_INFO'.freeze
   REQUEST_METHOD = 'REQUEST_METHOD'.freeze
diff --git a/rack.gemspec b/rack.gemspec
index 32c6d797..c2554de1 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name            = "rack"
-  s.version         = "1.6.1"
+  s.version         = "1.6.2"
   s.platform        = Gem::Platform::RUBY
   s.summary         = "a modular Ruby webserver interface"
   s.license         = "MIT"