Skip to content

Commit

Permalink
Version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Apr 10, 2021
1 parent cf6885e commit c6adea8
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.3.2 - 2021-04-10
===================

- Change licence to EUPL-1.2
- [gh] Fix action to build release binaries


v2.3.1 - 2021-04-10
===================

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.3.1",
Version: "2.3.2",
}

0 comments on commit c6adea8

Please sign in to comment.