release 0.17.0

This commit is contained in:
henrygd
2025-12-02 18:52:12 -05:00
parent fe550c5901
commit b7a95d5d76
3 changed files with 167 additions and 148 deletions

View File

@@ -6,7 +6,7 @@ import "github.com/blang/semver"
const (
// Version is the current version of the application.
Version = "0.16.1"
Version = "0.17.0"
// AppName is the name of the application.
AppName = "beszel"
)