From 71dd48de3b2ce2b292a232c5692e2f81563a86fd Mon Sep 17 00:00:00 2001 From: mike76-dev Date: Thu, 18 May 2023 11:07:10 +0200 Subject: [PATCH] Bump version to 0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dc2ee9..aca43eb 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ endif ldflags= \ -X "go.sia.tech/siad/build.BinaryName=satd" \ --X "go.sia.tech/siad/build.NodeVersion=0.1.0" \ +-X "go.sia.tech/siad/build.NodeVersion=0.2.0" \ -X "go.sia.tech/siad/build.GitRevision=${GIT_DIRTY}${GIT_REVISION}" \ -X "go.sia.tech/siad/build.BuildTime=${BUILD_TIME}"