0.12.11 release :)

This commit is contained in:
henrygd
2025-09-24 18:08:54 -04:00
parent fc78b959aa
commit 29b182fd7b
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.10"
Version = "0.12.11"
// AppName is the name of the application.
AppName = "beszel"
)