build: fix legacy OpenWrt package releases

This commit is contained in:
benya
2026-07-23 03:24:28 +03:00
parent c709255b17
commit 2bf4c6b73c
13 changed files with 49 additions and 30 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"time"
)
const agentVersion = "0.6.2"
const agentVersion = "0.6.3"
type agentRuntimeHealth struct {
StartedAt time.Time
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
func TestAgentVersionIsStable(t *testing.T) {
if agentVersion != "0.6.2" {
if agentVersion != "0.6.3" {
t.Fatalf("unexpected agent version %q", agentVersion)
}
}