summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-05-26 16:35:57 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2022-05-26 16:35:57 -0700
commit90180820c8564416de0c1b8dfb23a452a306c92f (patch)
tree80322f4f4204f2f9130452841ac2dccebc57c8a8
parent817e695e32f78332d43ace023bbc82cc851fcba5 (diff)
downloadrack-90180820c8564416de0c1b8dfb23a452a306c92f.tar.gz
bump version
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 0d420193..1ca92bd1 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -18,7 +18,7 @@ module Rack
VERSION.join(".")
end
- RELEASE = "2.0.9"
+ RELEASE = "2.0.9.1"
# Return the Rack release as a dotted string.
def self.release