summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2023-01-17 12:47:10 -0800
committerAaron Patterson <tenderlove@ruby-lang.org>2023-01-17 12:47:10 -0800
commitd1b4c2d82ac5444228d30e66f38156f7046b4296 (patch)
tree8573ceadb76da3a9dc88f036cca8a6427039e737
parent0f1e4234a449539c5b9ae8d314abd69d19e93c40 (diff)
downloadrack-d1b4c2d82ac5444228d30e66f38156f7046b4296.tar.gz
bump versionv3.0.4.1
-rw-r--r--lib/rack/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/version.rb b/lib/rack/version.rb
index f1b2710a..6194b349 100644
--- a/lib/rack/version.rb
+++ b/lib/rack/version.rb
@@ -25,7 +25,7 @@ module Rack
VERSION
end
- RELEASE = "3.0.4"
+ RELEASE = "3.0.4.1"
# Return the Rack release as a dotted string.
def self.release