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