diff --git a/Makefile b/Makefile index 52f9e04..d73ca9e 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.10.0" \ +-X "github.com/mike76-dev/sia-satellite/internal/build.NodeVersion=0.10.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}"