Skip to content

Commit 946e45f

Browse files
committed
build: bump version to v1.6.0-rc1
1 parent 497739a commit 946e45f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/node/node.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ func (node *Node) RunRPCAndWait(ctx context.Context, rootCmdDaemon *cmds.Command
275275
return err
276276
}
277277

278-
authMux := jwtclient.NewAuthMux(localVerifer,
279-
node.remoteAuth, mux, logging.Logger("venus-auth"))
278+
authMux := jwtclient.NewAuthMux(localVerifer, node.remoteAuth, mux)
280279
authMux.TrustHandle("/debug/pprof/", http.DefaultServeMux)
281280

282281
// todo:

pkg/constants/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// BuildVersion is the local build version, set by build system
8-
const BuildVersion = "1.2.4"
8+
const BuildVersion = "1.6.0-rc1"
99

1010
var CurrentCommit string
1111

0 commit comments

Comments
 (0)