release 0.16.1

This commit is contained in:
henrygd
2025-11-14 16:39:24 -05:00
parent 3eb025ded2
commit a69686125e
3 changed files with 7 additions and 7 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"
Version = "0.16.1"
// AppName is the name of the application.
AppName = "beszel"
)