Skip to content

Commit

Permalink
wip: test final
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jun 27, 2024
1 parent b28d88d commit 48df17b
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 = "2.0.0-rc1"
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 = "2.0.0-rc2"
const MinerBuildVersion = "2.0.1"

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

0 comments on commit 48df17b

Please sign in to comment.