diff --git a/cmd/github.go b/cmd/github.go index b3e2391..0f9a48a 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.3.7 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue May 13 16:32:37 UTC 2025 +// 0.3.8 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Jun 18 14:49:53 UTC 2025 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2025-05-13" + githubDate = "2025-06-18" githubIteration = "0" - githubRef = "refs/tags/0.3.7" - githubRefName = "0.3.7" + githubRef = "refs/tags/0.3.8" + githubRefName = "0.3.8" githubRepository = "senzing-garage/check-self" githubRepositoryName = "check-self" - githubVersion = "0.3.7" + githubVersion = "0.3.8" )