build: just use nix version as internal version
1 file changed, 1 insertion(+), 4 deletions(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -11,10 +11,7 @@ "github.com/pelletier/go-toml/v2" "github.com/pkg/errors" ) -var ( - CommitSHA string - ShortSHA string -) +var Version string type URL struct { *url.URL