release 0.12.9

This commit is contained in:
henrygd
2025-09-17 16:06:20 -04:00
parent 376a86829c
commit fca13004bd
4 changed files with 9 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.12.8"
Version = "0.12.9"
// AppName is the name of the application.
AppName = "beszel"
)