mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-04 14:17:30 +08:00
fix build version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user