mirror of
https://github.com/henrygd/beszel.git
synced 2026-06-17 19:09:32 +03:00
6f5d95031c
- move agent to /agent - change /beszel to /src - update workflows and docker builds
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")
|