From 34b04ccbe30ea245538989d2d9c3def55df0cb5b Mon Sep 17 00:00:00 2001 From: Phi Date: Thu, 16 Jun 2022 22:05:45 +0200 Subject: [PATCH] bump version --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 6ca22acc9..248faf3a4 100644 --- a/build/version.go +++ b/build/version.go @@ -37,7 +37,7 @@ func BuildTypeString() string { } // BuildVersion is the local build version -const BuildVersion = "1.17.0-dev" +const BuildVersion = "1.17.1-dev" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {