Skip to content

Commit

Permalink
Version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Nov 12, 2022
1 parent dd03e35 commit 02fff5b
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.4 - 2022-11-12
===================

* Fix HTML template indentation
* [snap] Switch to core22 base
* [snap] update metadata
* [doc] document Let's Encrypt setup


v2.4.3 - 2021-12-20
===================

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.3",
Version: "2.4.4",
}

0 comments on commit 02fff5b

Please sign in to comment.