Skip to content

Commit 727a393

Browse files
authored
chore: bump version to v1.6.0 (#61)
* chore: upgrade venus & venus-auth * chore: bump version to v1.6.0
1 parent 0515856 commit 727a393

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/filecoin-project/go-jsonrpc v0.1.5
88
github.com/filecoin-project/go-state-types v0.1.10
99
github.com/filecoin-project/specs-storage v0.4.1
10-
github.com/filecoin-project/venus v1.6.0-rc2
11-
github.com/filecoin-project/venus-auth v1.6.0-rc1
10+
github.com/filecoin-project/venus v1.6.0
11+
github.com/filecoin-project/venus-auth v1.6.0
1212
github.com/gbrlsnchs/jwt/v3 v3.0.1
1313
github.com/google/uuid v1.3.0
1414
github.com/gorilla/mux v1.8.0

go.sum

+4-5
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,10 @@ github.com/filecoin-project/specs-storage v0.4.1 h1:yvLEaLZj8f+uByhNC4mFOtCUyL2w
373373
github.com/filecoin-project/specs-storage v0.4.1/go.mod h1:Z2eK6uMwAOSLjek6+sy0jNV2DSsMEENziMUz0GHRFBw=
374374
github.com/filecoin-project/storetheindex v0.3.5/go.mod h1:0r3d0kSpK63O6AvLr1CjAINLi+nWD49clzcnKV+GLpI=
375375
github.com/filecoin-project/test-vectors/schema v0.0.5/go.mod h1:iQ9QXLpYWL3m7warwvK1JC/pTri8mnfEmKygNDqqY6E=
376-
github.com/filecoin-project/venus v1.6.0-rc2 h1:foHOMlA5Qk6wbhtKBW9yYLSBMSx/nxZcFtLiU83rJ8s=
377-
github.com/filecoin-project/venus v1.6.0-rc2/go.mod h1:P3LC4fOUP02HSCe7yaK6hNx2z9qK13xYrqxL7rjXsz4=
378-
github.com/filecoin-project/venus-auth v1.6.0-pre-rc1/go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg=
379-
github.com/filecoin-project/venus-auth v1.6.0-rc1 h1:FPdXmAoMOt7KN12eDuV6Qp2QUc3IYCBrQ1o53c7eKOY=
380-
github.com/filecoin-project/venus-auth v1.6.0-rc1/go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg=
376+
github.com/filecoin-project/venus v1.6.0 h1:EG7tLb7q1+MbIRWVxw5pA27Yo9bw1mz/RHj6+lESkdA=
377+
github.com/filecoin-project/venus v1.6.0/go.mod h1:ukA+xwqDs40lixoa+HDNfuN8b1G4jpm4k0ujceVejSk=
378+
github.com/filecoin-project/venus-auth v1.6.0 h1:DLl7q5g1eh6UTpp98MLpRWAI79k6TUw1Myh/RLeaFpU=
379+
github.com/filecoin-project/venus-auth v1.6.0/go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg=
381380
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
382381
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6/go.mod h1:1i71OnUq3iUe1ma7Lr6yG6/rjvM3emb6yoL7xLFzcVQ=
383382
github.com/flynn/noise v1.0.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "fmt"
55
var GitCommit string
66

77
// BuildVersion is the local build version, set by build system
8-
const BuildVersion = "v1.6.0-rc2"
8+
const BuildVersion = "v1.6.0"
99

1010
var UserVersion = BuildVersion + GitCommit
1111

0 commit comments

Comments
 (0)