From 48df17b0e1c0339fbacb7e5f6719e6893840ff6f Mon Sep 17 00:00:00 2001 From: galargh Date: Thu, 27 Jun 2024 09:25:56 +0100 Subject: [PATCH] wip: test final --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index bed988b8df5..6b92bdf4e6f 100644 --- a/build/version.go +++ b/build/version.go @@ -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" { @@ -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" {