mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 10:16:16 +01:00
0.13.0 release
This commit is contained in:
@@ -6,7 +6,7 @@ import "github.com/blang/semver"
|
||||
|
||||
const (
|
||||
// Version is the current version of the application.
|
||||
Version = "0.13.0-alpha.1"
|
||||
Version = "0.13.0"
|
||||
// AppName is the name of the application.
|
||||
AppName = "beszel"
|
||||
)
|
||||
@@ -15,4 +15,4 @@ const (
|
||||
var MinVersionCbor = semver.MustParse("0.12.0")
|
||||
|
||||
// MinVersionAgentResponse is the minimum supported version for AgentResponse compatibility.
|
||||
var MinVersionAgentResponse = semver.MustParse("0.13.0-alpha.1")
|
||||
var MinVersionAgentResponse = semver.MustParse("0.13.0")
|
||||
|
||||
Reference in New Issue
Block a user