Files
glkvm-cloud/internal/server/version.go
T
GL.iNet-Yongping.Xie 606377fbf8 fix: remove unused legacy main entry
Remove the obsolete legacy main entry to avoid confusion and reduce maintenance overhead.

Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
2026-01-21 02:33:41 -08:00

10 lines
125 B
Go
Executable File

package server
const RttysVersion = "5.2.0"
const KVMCloudVersion = "v2.0.0"
var (
GitCommit = ""
BuildTime = ""
)