bump default version to 0.17

This commit is contained in:
mappu 2017-11-26 19:36:20 +13:00
parent d7ccbf1cb0
commit 92f38b4464
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
const (
DEFAULT_CLIENT_TAG string = "libnmdc.go"
DEFAULT_CLIENT_VERSION string = "0.16"
DEFAULT_CLIENT_VERSION string = "0.17"
DEFAULT_HUB_NAME string = "(unknown)"
SEND_KEEPALIVE_EVERY time.Duration = 29 * time.Second
AUTO_RECONNECT_AFTER time.Duration = 30 * time.Second