0.12.10 release :)

This commit is contained in:
henrygd
2025-09-22 18:32:30 -04:00
parent a9ce16cfdd
commit 82e7c04b25
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.12.9"
Version = "0.12.10"
// AppName is the name of the application.
AppName = "beszel"
)