release 0.15.4

This commit is contained in:
henrygd
2025-11-04 17:23:42 -05:00
parent 7d0b5c1c67
commit 02d594cc82
4 changed files with 18 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.3"
Version = "0.15.4"
// AppName is the name of the application.
AppName = "beszel"
)