agent/version.go
Virgil 459a353c6b fix(ax): move version injection to module root
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-30 16:40:53 +00:00

8 lines
205 B
Go

// SPDX-License-Identifier: EUPL-1.2
package agent
// Version is injected at build time via ldflags.
//
// go build -ldflags "-X 'dappco.re/go/agent.Version=0.15.0'" ./cmd/core-agent/
var Version string