Skip to content

Commit

Permalink
Update core version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian authored and peze committed Sep 30, 2024
1 parent 2332d30 commit b72ec35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 1 addition & 7 deletions sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,8 @@ import (
"github.com/opentracing/opentracing-go/ext"
)

var debug utils.Debug
var debug = utils.Init("sdk")

func init() {
debug = utils.Init("sdk")
}

// Version this value will be replaced while build: -ldflags="-X sdk.version=x.x.x"
var Version = "0.0.1"
var defaultConnectTimeout = 5 * time.Second
var defaultReadTimeout = 10 * time.Second

Expand Down
4 changes: 4 additions & 0 deletions sdk/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package sdk

// Follow the latest version
const Version = "1.63.22"

0 comments on commit b72ec35

Please sign in to comment.