Skip to content

Commit

Permalink
Version 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 13, 2023
1 parent 94b2daa commit 4047e6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.4.5 - 2023-01-13
===================

* Add `-debug-port` option to serve debug URLs on localhost
* Always print startup message
* [gh] Run tests on multiple OSes
* Switch to `staticcheck` linter


v2.4.4 - 2022-11-12
===================

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.4",
Version: "2.4.5",
}

0 comments on commit 4047e6c

Please sign in to comment.