1
0
forked from x/ContextOS

add version

This commit is contained in:
shaoying 2019-06-27 09:55:12 +08:00
parent b7eabdcbcc
commit 5ea7465ae0

View File

@ -0,0 +1,8 @@
package cli
var version = struct {
time string
host string
self int
}{
"2019-06-27 01:23:37", "com.mac", 2,
}