Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 31, 2024
1 parent d3d415e commit 0b3f997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. For info on

## Unreleased

### Changed
## [3.0.9] - 2024-01-31

- 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])

Expand Down
2 changes: 1 addition & 1 deletion lib/rack/version.rb
Expand Up @@ -25,7 +25,7 @@ def self.version
VERSION
end

RELEASE = "3.0.8"
RELEASE = "3.0.9"

# Return the Rack release as a dotted string.
def self.release
Expand Down

0 comments on commit 0b3f997

Please sign in to comment.