Files
glkvm-cloud/internal/server/version.go
T
GL.iNet-Yongping.Xie f291671d9d chore: bump version to v2.7.0
Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
2026-06-23 23:22:54 -07:00

10 lines
119 B
Go
Executable File

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