From a1f3260dda73e335115124b4312e01fa178f63b7 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sat, 5 Feb 2022 07:20:05 -0600 Subject: [PATCH] Fix revive linting error refs GH-277 --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 7791a147..1c663f70 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -35,7 +35,7 @@ import ( // path to this variable, including the package. We set a placeholder value so // that something resembling a version string will be provided for // non-Makefile builds. -var Version string = "x.y.z" +var Version = "x.y.z" func (c *Config) String() string { return fmt.Sprintf(