mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
11 lines
149 B
Go
11 lines
149 B
Go
package beszel
|
|
|
|
import "github.com/blang/semver"
|
|
|
|
const (
|
|
Version = "0.12.7"
|
|
AppName = "beszel"
|
|
)
|
|
|
|
var MinVersionCbor = semver.MustParse("0.12.0")
|