From 8976e1d1adf1cb5dd08740a494d72cbfb84401a9 Mon Sep 17 00:00:00 2001 From: nite07 Date: Mon, 21 Oct 2024 16:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20version=20command=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 056ce56..d4403bd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -12,7 +12,7 @@ builds: - arm - "386" ldflags: - - -s -w -X sub2sing-box/constant.Version={{ .Version }} + - -s -w -X github.com/nitezs/sub2sing-box/constant.Version={{ .Version }} flags: - -trimpath archives: