0.13.0 release

This commit is contained in:
henrygd
2025-10-03 13:53:12 -04:00
parent cca7b36039
commit ddb298ac7c
4 changed files with 17 additions and 5 deletions

View File

@@ -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")