pull/103/head v0.22.2
刘河 2019-04-12 05:43:03 +08:00
parent 3cb104cd1b
commit 4831e17b38
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ log_path=nps.log
#ip_limit=true
#p2p
p2p_ip=127.0.0.1
p2p_port=6000
#p2p_ip=127.0.0.1
#p2p_port=6000
#web
web_host=a.o.com

View File

@ -1,6 +1,6 @@
package version
const VERSION = "0.22.1"
const VERSION = "0.22.2"
// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {