Skip to content

Commit 1749591

Browse files
committed
Version 2.4.1
1 parent b123043 commit 1749591

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.4.1 - 2021-08-02
2+
===================
3+
4+
* Fix redirect `Location` header when a request path prefix is used, to include
5+
the prefix
6+
7+
18
v2.4.0 - 2021-07-17
29
===================
310

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ type Version struct {
1010
// App defines The application version.
1111
var App = Version{
1212
Name: "h2static",
13-
Version: "2.4.0",
13+
Version: "2.4.1",
1414
}

0 commit comments

Comments
 (0)