rename main.go to beszel.go

This commit is contained in:
henrygd
2025-09-07 17:34:56 -04:00
parent f6078fc232
commit 0d97a604f8

10
beszel.go Normal file
View File

@@ -0,0 +1,10 @@
package beszel
import "github.com/blang/semver"
const (
Version = "0.12.7"
AppName = "beszel"
)
var MinVersionCbor = semver.MustParse("0.12.0")