release: prepare agent 0.6.7

This commit is contained in:
benya
2026-07-30 02:16:04 +03:00
parent 2cc1a515e4
commit 3e60abed50
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"time"
)
const agentVersion = "0.6.6"
const agentVersion = "0.6.7"
type agentRuntimeHealth struct {
StartedAt time.Time
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func TestAgentVersionIsStable(t *testing.T) {
if agentVersion != "0.6.6" {
if agentVersion != "0.6.7" {
t.Fatalf("unexpected agent version %q", agentVersion)
}
}