release 0.15.3

This commit is contained in:
henrygd
2025-11-01 16:04:02 -04:00
parent 8e99b9f1ad
commit f60b3bbbfb
4 changed files with 18 additions and 10 deletions

View File

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