summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2020-05-12 14:40:56 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2020-05-12 14:40:56 -0700
commitb9b8652334e833e32b5fb8627463632867b5d6a8 (patch)
tree617dfe2e2cc28c0d54f2d866f7cf5a961300f740
parent775c836bdd25b63340399fea739532d746860a94 (diff)
downloadrack-b9b8652334e833e32b5fb8627463632867b5d6a8.tar.gz
bump version2.1.3
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 1fcff5cf..f864ef9f 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -20,7 +20,7 @@ module Rack
VERSION.join(".")
end
- RELEASE = "2.1.2"
+ RELEASE = "2.1.3"
# Return the Rack release as a dotted string.
def self.release