multissh/g/const.go
Feng_Qi 82bd4c6577 version 0.2.2
add filelocate
2018-04-09 10:06:45 +08:00

11 lines
153 B
Go

package g
// changelog:
// 0.1 fisrt version
// 0.1.2 fix ssh error on h3c switch
// 0.2
// 0.2.1
// add write locate file
const (
VERSION = "0.2.2"
)