Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Fix revive linting error
Browse files Browse the repository at this point in the history
refs GH-277
  • Loading branch information
atc0005 committed Feb 5, 2022
1 parent 4613810 commit a1f3260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a1f3260

Please sign in to comment.