Skip to content

Commit

Permalink
build: bump version to v1.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jun 7, 2022
1 parent 497739a commit 946e45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ func (node *Node) RunRPCAndWait(ctx context.Context, rootCmdDaemon *cmds.Command
return err
}

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

// todo:
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

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

var CurrentCommit string

Expand Down

0 comments on commit 946e45f

Please sign in to comment.