release 0.14.1

This commit is contained in:
henrygd
2025-10-20 17:44:31 -04:00
parent b0cb0c2269
commit a911670a2d
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.14.0"
Version = "0.14.1"
// AppName is the name of the application.
AppName = "beszel"
)