forked from x/ContextOS
add version
This commit is contained in:
parent
b7eabdcbcc
commit
5ea7465ae0
8
src/contexts/cli/version.go
Normal file
8
src/contexts/cli/version.go
Normal 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,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user