mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-16 23:55:08 +00:00
be821d46f6
Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
10 lines
119 B
Go
Executable File
10 lines
119 B
Go
Executable File
package server
|
|
|
|
const RttysVersion = "5.2.0"
|
|
const KVMCloudVersion = "v2.8.0"
|
|
|
|
var (
|
|
GitCommit = ""
|
|
BuildTime = ""
|
|
)
|