Skip to content

Commit

Permalink
Version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Aug 1, 2021
1 parent b123043 commit 1749591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.4.1 - 2021-08-02
===================

* Fix redirect `Location` header when a request path prefix is used, to include
the prefix


v2.4.0 - 2021-07-17
===================

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ type Version struct {
// App defines The application version.
var App = Version{
Name: "h2static",
Version: "2.4.0",
Version: "2.4.1",
}

0 comments on commit 1749591

Please sign in to comment.