release 0.16.0

This commit is contained in:
henrygd
2025-11-12 16:11:08 -05:00
parent 4443b606f6
commit b7915b9d0e
4 changed files with 20 additions and 4 deletions

View File

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