mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-18 00:25:10 +00:00
606377fbf8
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>
10 lines
125 B
Go
Executable File
10 lines
125 B
Go
Executable File
package server
|
|
|
|
const RttysVersion = "5.2.0"
|
|
const KVMCloudVersion = "v2.0.0"
|
|
|
|
var (
|
|
GitCommit = ""
|
|
BuildTime = ""
|
|
)
|