Skip to content

Commit 9c0f0f1

Browse files
authored
Merge pull request #248 from ipfs-force-community/chore/v1.17.0-rc1
Chore/v1.17.0 rc1
2 parents c8cbc6d + 01593c2 commit 9c0f0f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package build
33
var CurrentCommit string
44

55
// 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"
88

99
func UserVersion() string {
1010
return BuildVersion + CurrentCommit

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/filecoin-project/go-state-types v0.15.0-rc1
1616
github.com/filecoin-project/specs-actors/v2 v2.3.6
1717
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
1919
github.com/golang/mock v1.6.0
2020
github.com/google/uuid v1.6.0
2121
github.com/gorilla/mux v1.8.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ github.com/filecoin-project/specs-actors/v6 v6.0.2 h1:K1xPRJoW5PBvb08QF9+4w1Ajcn
280280
github.com/filecoin-project/specs-actors/v6 v6.0.2/go.mod h1:wnfVvPnYmzPZilNvSqCSSA/ZQX3rdV/U/Vf9EIoQhrI=
281281
github.com/filecoin-project/specs-actors/v7 v7.0.1 h1:w72xCxijK7xs1qzmJiw+WYJaVt2EPHN8oiwpA1Ay3/4=
282282
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=
285285
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
286286
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
287287
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=

0 commit comments

Comments
 (0)