diff options
author | Aaron Patterson <tenderlove@ruby-lang.org> | 2023-03-02 14:44:22 -0800 |
---|---|---|
committer | Aaron Patterson <tenderlove@ruby-lang.org> | 2023-03-02 14:53:46 -0800 |
commit | 9996d403584fb7609708f582f7647868b4444949 (patch) | |
tree | 21dd32a2f535618052310d3a7c55c9e981681098 /lib/rack.rb | |
parent | 5f6e2fcbbdbff2dfaa21baa693e9d23d12ac1459 (diff) | |
download | rack-2-0-stable.tar.gz |
bump versionv2.0.9.32-0-stable
Diffstat (limited to 'lib/rack.rb')
-rw-r--r-- | lib/rack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb index 77fa6867..9b44d707 100644 --- a/lib/rack.rb +++ b/lib/rack.rb @@ -18,7 +18,7 @@ module Rack VERSION.join(".") end - RELEASE = "2.0.9.2" + RELEASE = "2.0.9.3" # Return the Rack release as a dotted string. def self.release |