File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package build
3
3
var CurrentCommit string
4
4
5
5
// BuildVersion is the local build version, set by build system
6
- const BuildVersion = "1.16.0 "
7
- const Version = "1160 "
6
+ const BuildVersion = "1.17.0-rc1 "
7
+ const Version = "1170 "
8
8
9
9
func UserVersion () string {
10
10
return BuildVersion + CurrentCommit
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/filecoin-project/go-state-types v0.15.0-rc1
16
16
github.com/filecoin-project/specs-actors/v2 v2.3.6
17
17
github.com/filecoin-project/specs-actors/v7 v7.0.1
18
- github.com/filecoin-project/venus v1.17.0-rc1
18
+ github.com/filecoin-project/venus v1.17.0-rc2
19
19
github.com/golang/mock v1.6.0
20
20
github.com/google/uuid v1.6.0
21
21
github.com/gorilla/mux v1.8.1
Original file line number Diff line number Diff line change @@ -280,8 +280,8 @@ github.com/filecoin-project/specs-actors/v6 v6.0.2 h1:K1xPRJoW5PBvb08QF9+4w1Ajcn
280
280
github.com/filecoin-project/specs-actors/v6 v6.0.2 /go.mod h1:wnfVvPnYmzPZilNvSqCSSA/ZQX3rdV/U/Vf9EIoQhrI =
281
281
github.com/filecoin-project/specs-actors/v7 v7.0.1 h1:w72xCxijK7xs1qzmJiw+WYJaVt2EPHN8oiwpA1Ay3/4 =
282
282
github.com/filecoin-project/specs-actors/v7 v7.0.1 /go.mod h1:tPLEYXoXhcpyLh69Ccq91SOuLXsPWjHiY27CzawjUEk =
283
- github.com/filecoin-project/venus v1.17.0-rc1 h1:CC4UczC3K3r0Ute/FWmP0Pc0zZ/vwlH5c4IH/TLhIOI =
284
- github.com/filecoin-project/venus v1.17.0-rc1 /go.mod h1:4gM5h4S+leuwbArbYKc5Y/x7XzJL3LDDShBIrYQhn4A =
283
+ github.com/filecoin-project/venus v1.17.0-rc2 h1:DmTqv2J0tUDOrQRXbrgwwB1T5yIwaJDP+O3KpFB4EQk =
284
+ github.com/filecoin-project/venus v1.17.0-rc2 /go.mod h1:4gM5h4S+leuwbArbYKc5Y/x7XzJL3LDDShBIrYQhn4A =
285
285
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg =
286
286
github.com/flynn/noise v1.1.0 /go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag =
287
287
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk =
You can’t perform that action at this time.
0 commit comments