Skip to content

Commit 2614054

Browse files
committed
Prepare for 4.1.0
1 parent 15311af commit 2614054

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
@@ -2,7 +2,7 @@
22

33
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
44

5-
## Master
5+
## 4.1.0
66

77
- Allow age to be altered in asset:clean rake task.
88
- Fix `Sprockets::Server` to return lower-cased response headers to comply with Rack::Lint 3.0. [#744](https://github.com/rails/sprockets/pull/744)

lib/sprockets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Sprockets
3-
VERSION = "4.0.3"
3+
VERSION = "4.1.0"
44
end

0 commit comments

Comments
 (0)