multissh/g/const.go
Feng_Qi 770df7122e VERSION 0.4.0
支持在 sshHost 中配置 ciphers 和 keyExchanges 参数,以更好的适配不同的服务器环境
2022-02-11 15:26:40 +08:00

13 lines
191 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
// json Unmarshal with error
// 0.2.3
const (
VERSION = "0.4.0"
)