release 0.12.1 :)

This commit is contained in:
henrygd
2025-07-25 19:23:53 -04:00
parent f0d2c242e8
commit 80338d36aa
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ package beszel
import "github.com/blang/semver"
const (
Version = "0.12.0"
Version = "0.12.1"
AppName = "beszel"
)