From 0bfb286a0ebd1ef1092f6ecdc636b55a872896e6 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 20 Jan 2026 21:55:18 +0000 Subject: [PATCH] fixup(908807b): zreplVersion was not set / zrepl version `version=` This got broken in `908807b move implementation to `internal/` directory (#828)`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1434a7a..b66758a 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ GOARM ?= $(shell bash -c 'source <($(GO) env) && echo "$$GOARM"') GOHOSTOS ?= $(shell bash -c 'source <($(GO) env) && echo "$$GOHOSTOS"') GOHOSTARCH ?= $(shell bash -c 'source <($(GO) env) && echo "$$GOHOSTARCH"') GO_ENV_VARS := CGO_ENABLED=0 -GO_LDFLAGS := "-X github.com/zrepl/zrepl/version.zreplVersion=$(_ZREPL_VERSION)" +GO_LDFLAGS := "-X github.com/zrepl/zrepl/internal/version.zreplVersion=$(_ZREPL_VERSION)" GO_MOD_READONLY := -mod=readonly GO_EXTRA_BUILDFLAGS := GO_BUILDFLAGS := $(GO_MOD_READONLY) $(GO_EXTRA_BUILDFLAGS)