mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 18:26:16 +01:00
11 lines
149 B
Go
11 lines
149 B
Go
package beszel
|
|
|
|
import "github.com/blang/semver"
|
|
|
|
const (
|
|
Version = "0.12.2"
|
|
AppName = "beszel"
|
|
)
|
|
|
|
var MinVersionCbor = semver.MustParse("0.12.0")
|