diff --git a/cmd/github.go b/cmd/github.go index c38f525..d455ca2 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,13 +1,15 @@ -// 0.1.4 -// Created by make-go-github-file.yaml on Wed Jul 26 21:26:54 UTC 2023 +// 0.2.4 +// Created by make-go-github-file.yaml on Mon Oct 23 13:34:41 UTC 2023 +// +//lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate string = "2023-08-01" + githubDate string = "2023-10-23" githubIteration string = "0" - githubRef string = "refs/tags/0.0.0" - githubRefName string = "0.0.0" + githubRef string = "refs/tags/0.2.4" + githubRefName string = "0.2.4" githubRepository string = "Senzing/template-go" githubRepositoryName string = "template-go" - githubVersion string = "0.0.0" + githubVersion string = "0.2.4" )