0.12.12 release

This commit is contained in:
henrygd
2025-09-25 19:37:26 -04:00
parent 133d229361
commit ca58ff66ba
5 changed files with 14 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.11"
Version = "0.12.12"
// AppName is the name of the application.
AppName = "beszel"
)