mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-18 00:25:10 +00:00
53b7ee4e9e
Route button labels through the project's vue-i18n; the upstream fallback only knew en/zh and crashed the footer in de/es/fr/ja/ko. 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.6.0"
|
|
|
|
var (
|
|
GitCommit = ""
|
|
BuildTime = ""
|
|
)
|