Files
glkvm-cloud/internal/server/version.go
T
GL.iNet-Yongping.Xie 53b7ee4e9e fix: render modal Confirm/Cancel buttons in all locales
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>
2026-04-22 21:01:27 -07:00

10 lines
119 B
Go
Executable File

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