Skip to content

Commit

Permalink
Version 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 11, 2024
1 parent 30af02b commit 0bf2a69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.4.8 - 2024-01-11
===================

* Rework path expansion fix to ensure filesystem root is also expanded.


v2.4.7 - 2024-01-10
===================

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func (v Version) Identifier() string {
// App defines The application version.
var App = Version{
Name: "h2static",
Version: "2.4.7",
Version: "2.4.8",
}

0 comments on commit 0bf2a69

Please sign in to comment.