diff --git a/cmd/xgo/runtime_gen/core/version.go b/cmd/xgo/runtime_gen/core/version.go index 960c91b6..da698139 100755 --- a/cmd/xgo/runtime_gen/core/version.go +++ b/cmd/xgo/runtime_gen/core/version.go @@ -7,8 +7,8 @@ import ( ) const VERSION = "1.0.39" -const REVISION = "76a6e214b64ed97910c12e1b9c40dce905bc13ff+1" -const NUMBER = 261 +const REVISION = "82557b214da44c505e64dc3a6491dfedaf4bd3a4+1" +const NUMBER = 262 // these fields will be filled by compiler const XGO_VERSION = "" diff --git a/cmd/xgo/version.go b/cmd/xgo/version.go index 7d2c72fb..a74f1224 100644 --- a/cmd/xgo/version.go +++ b/cmd/xgo/version.go @@ -3,8 +3,8 @@ package main import "fmt" const VERSION = "1.0.39" -const REVISION = "76a6e214b64ed97910c12e1b9c40dce905bc13ff+1" -const NUMBER = 261 +const REVISION = "82557b214da44c505e64dc3a6491dfedaf4bd3a4+1" +const NUMBER = 262 func getRevision() string { revSuffix := "" diff --git a/runtime/core/version.go b/runtime/core/version.go index 960c91b6..da698139 100644 --- a/runtime/core/version.go +++ b/runtime/core/version.go @@ -7,8 +7,8 @@ import ( ) const VERSION = "1.0.39" -const REVISION = "76a6e214b64ed97910c12e1b9c40dce905bc13ff+1" -const NUMBER = 261 +const REVISION = "82557b214da44c505e64dc3a6491dfedaf4bd3a4+1" +const NUMBER = 262 // these fields will be filled by compiler const XGO_VERSION = "" diff --git a/support/netutil/netutil.go b/support/netutil/netutil.go index 3494494c..cac5bace 100644 --- a/support/netutil/netutil.go +++ b/support/netutil/netutil.go @@ -118,7 +118,7 @@ func GetHostAndIP(bindStr string, portStr string) (host string, port int) { if localIPs == nil { return } - // add defaut router + // add default router localIPs = append(localIPs, []string{"0.0.0.0", "::"}...) for _, localIP := range localIPs { if localIP == bindStr {