diff --git a/Makefile b/Makefile index c78d3ea..08cc5fe 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.1" \ +-X "github.com/mike76-dev/sia-satellite/internal/build.NodeVersion=0.11.2" \ -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}"