Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
刘河 committed Apr 11, 2019
1 parent 3cb104c commit 4831e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/nps.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/version/version.go
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 4831e17

Please sign in to comment.