From 5a0f7633522c9b0dd26bf44b5dc43129a92e463f Mon Sep 17 00:00:00 2001 From: mike76-dev Date: Fri, 26 Apr 2024 15:59:28 +0200 Subject: [PATCH] Bump patch version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48708d9..c78d3ea 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ endif ldflags= \ -X "github.com/mike76-dev/sia-satellite/internal/build.BinaryName=satd" \ --X "github.com/mike76-dev/sia-satellite/internal/build.NodeVersion=0.11.0" \ +-X "github.com/mike76-dev/sia-satellite/internal/build.NodeVersion=0.11.1" \ -X "github.com/mike76-dev/sia-satellite/internal/build.GitRevision=${GIT_DIRTY}${GIT_REVISION}" \ -X "github.com/mike76-dev/sia-satellite/internal/build.BuildTime=${BUILD_TIME}"