Skip to content

Commit ae84311

Browse files
committed
Bump patch version.
1 parent 87961c3 commit ae84311

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## Unreleased
5+
## [3.1.21] - 2026-04-01
66

77
### Security
88

lib/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# so it should be enough just to <tt>require 'rack'</tt> in your code.
1313

1414
module Rack
15-
RELEASE = "3.1.20"
15+
RELEASE = "3.1.21"
1616

1717
# Return the Rack release as a dotted string.
1818
def self.release

0 commit comments

Comments
 (0)