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