v0.12.0-beta2 release

This commit is contained in:
henrygd
2025-07-12 21:19:57 -04:00
parent 6520783fe9
commit 806c4e51c5
32 changed files with 735 additions and 7 deletions

View File

@@ -3,8 +3,8 @@ package beszel
import "github.com/blang/semver"
const (
Version = "0.12.0-beta1"
Version = "0.12.0-beta2"
AppName = "beszel"
)
var MinVersionCbor = semver.MustParse("0.12.0-beta1")
var MinVersionCbor = semver.MustParse("0.12.0-beta2")