diff --git a/cmd/ghcs/main.go b/cmd/ghcs/main.go index 3a692d443..651d98c1d 100644 --- a/cmd/ghcs/main.go +++ b/cmd/ghcs/main.go @@ -21,7 +21,7 @@ func main() { } } -var version = "DEV" +var version = "DEV" // Replaced in the release build process (by GoReleaser or Homebrew) by the git tag version number. var rootCmd = newRootCmd()