Skip to content

Commit 0b3f997

Browse files
committed
Bump patch version.
1 parent d3d415e commit 0b3f997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. For info on
44

55
## Unreleased
66

7-
### Changed
7+
## [3.0.9] - 2024-01-31
88

99
- Fix incorrect content-length header that was emitted when `Rack::Response#write` was used in some situations. ([#2150](https://github.com/rack/rack/pull/2150), [@mattbrictson])
1010

lib/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def self.version
2525
VERSION
2626
end
2727

28-
RELEASE = "3.0.8"
28+
RELEASE = "3.0.9"
2929

3030
# Return the Rack release as a dotted string.
3131
def self.release

0 commit comments

Comments
 (0)