Files
glkvm-cloud/internal/server/version.go
T
GL.iNet-Yongping.Xie 55854afba8 feat: add device group sorting and auto-create LDAP/OIDC users
- support device group sorting
- auto-create local users for LDAP and OIDC login

Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
2026-03-24 02:00:09 -07:00

10 lines
119 B
Go
Executable File

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