From fb07320a12f83ffaf80bf3c0aca94a720f865201 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 25 May 2024 02:31:40 +0200 Subject: build: just use nix version as internal version --- internal/config/config.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index c2e026c..1ba5825 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -11,10 +11,7 @@ import ( "github.com/pkg/errors" ) -var ( - CommitSHA string - ShortSHA string -) +var Version string type URL struct { *url.URL -- cgit 1.4.1