release 0.15.1

This commit is contained in:
henrygd
2025-10-28 19:30:36 -04:00
parent 219e09fc78
commit 1f67fb7c8d
3 changed files with 4 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.15.0"
Version = "0.15.1"
// AppName is the name of the application.
AppName = "beszel"
)