Skip to content

Commit

Permalink
WIP: testing release automation (v2) (#12161)
Browse files Browse the repository at this point in the history
* chore: update version.go (#12152)

* wip: test final
  • Loading branch information
galargh committed Jun 27, 2024
1 parent b6f5115 commit 5e87306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func BuildTypeString() string {
}

// NodeBuildVersion is the local build version of the Lotus daemon
const NodeBuildVersion string = "1.27.2-dev"
const NodeBuildVersion string = "2.0.0"

func NodeUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand All @@ -50,7 +50,7 @@ func NodeUserVersion() BuildVersion {
}

// MinerBuildVersion is the local build version of the Lotus miner
const MinerBuildVersion = "1.27.2-dev"
const MinerBuildVersion = "2.0.1"

func MinerUserVersion() BuildVersion {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
Expand Down

0 comments on commit 5e87306

Please sign in to comment.