Skip to content

Commit

Permalink
Merge pull request #248 from ipfs-force-community/chore/v1.17.0-rc1
Browse files Browse the repository at this point in the history
Chore/v1.17.0 rc1
  • Loading branch information
simlecode authored Oct 21, 2024
2 parents c8cbc6d + 01593c2 commit 9c0f0f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package build
var CurrentCommit string

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.16.0"
const Version = "1160"
const BuildVersion = "1.17.0-rc1"
const Version = "1170"

func UserVersion() string {
return BuildVersion + CurrentCommit
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/filecoin-project/go-state-types v0.15.0-rc1
github.com/filecoin-project/specs-actors/v2 v2.3.6
github.com/filecoin-project/specs-actors/v7 v7.0.1
github.com/filecoin-project/venus v1.17.0-rc1
github.com/filecoin-project/venus v1.17.0-rc2
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ github.com/filecoin-project/specs-actors/v6 v6.0.2 h1:K1xPRJoW5PBvb08QF9+4w1Ajcn
github.com/filecoin-project/specs-actors/v6 v6.0.2/go.mod h1:wnfVvPnYmzPZilNvSqCSSA/ZQX3rdV/U/Vf9EIoQhrI=
github.com/filecoin-project/specs-actors/v7 v7.0.1 h1:w72xCxijK7xs1qzmJiw+WYJaVt2EPHN8oiwpA1Ay3/4=
github.com/filecoin-project/specs-actors/v7 v7.0.1/go.mod h1:tPLEYXoXhcpyLh69Ccq91SOuLXsPWjHiY27CzawjUEk=
github.com/filecoin-project/venus v1.17.0-rc1 h1:CC4UczC3K3r0Ute/FWmP0Pc0zZ/vwlH5c4IH/TLhIOI=
github.com/filecoin-project/venus v1.17.0-rc1/go.mod h1:4gM5h4S+leuwbArbYKc5Y/x7XzJL3LDDShBIrYQhn4A=
github.com/filecoin-project/venus v1.17.0-rc2 h1:DmTqv2J0tUDOrQRXbrgwwB1T5yIwaJDP+O3KpFB4EQk=
github.com/filecoin-project/venus v1.17.0-rc2/go.mod h1:4gM5h4S+leuwbArbYKc5Y/x7XzJL3LDDShBIrYQhn4A=
github.com/flynn/noise v1.1.0 h1:KjPQoQCEFdZDiP03phOvGi11+SVVhBG2wOWAorLsstg=
github.com/flynn/noise v1.1.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
github.com/francoispqt/gojay v1.2.13 h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=
Expand Down

0 comments on commit 9c0f0f1

Please sign in to comment.