diff --git a/cmd/github.go b/cmd/github.go index a043acc..bbb2d5d 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.2.4 -// Created by make-go-github-file.yaml on Mon Oct 23 13:34:41 UTC 2023 +// 0.3.1 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Jul 12 19:21:34 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2023-10-23" + githubDate = "2024-07-12" githubIteration = "0" - githubRef = "refs/tags/0.2.4" - githubRefName = "0.2.4" - githubRepository = "Senzing/template-go" + githubRef = "refs/tags/0.3.1" + githubRefName = "0.3.1" + githubRepository = "senzing-garage/template-go" githubRepositoryName = "template-go" - githubVersion = "0.2.4" + githubVersion = "0.3.1" )