fix build version

This commit is contained in:
lpf
2026-03-02 19:45:39 +08:00
parent 06c9501be9
commit 74a84c190d
2 changed files with 20 additions and 3 deletions

View File

@@ -19,7 +19,9 @@ import (
//go:embed workspace
var embeddedFiles embed.FS
const version = "0.1.0"
var version = "0.1.0"
var buildTime = "unknown"
const logo = "🦞"
const gatewayServiceName = "clawgo-gateway.service"
const envRootGranted = "CLAWGO_ROOT_GRANTED"