mirror of https://github.com/ehang-io/nps
parent
3cb104cd1b
commit
4831e17b38
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue