1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/contexts/cli/version.go
2019-07-27 13:42:47 +08:00

9 lines
124 B
Go

package cli
var version = struct {
time string
host string
self int
}{
"2019-07-27 13:41:52", "ZYB-20190522USI", 282,
}