From b3969ad045bf231e824862eb574e7029e4d5ca7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:09:52 -0400 Subject: [PATCH] make-go-github-file.yaml: cmd/github.go@0.3.2 (#74) * make-go-github-file.yaml updated cmd/github.go for versioned release: 0.3.2 * Force re-test --------- Co-authored-by: senzingdevops Co-authored-by: docktermj --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index bec9b1e..7f02458 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.3.1 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Aug 21 15:07:38 UTC 2024 +// 0.3.2 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Sep 9 23:51:17 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-08-21" + githubDate = "2024-09-09" githubIteration = "0" - githubRef = "refs/tags/0.3.1" - githubRefName = "0.3.1" + githubRef = "refs/tags/0.3.2" + githubRefName = "0.3.2" githubRepository = "senzing-garage/explain" githubRepositoryName = "explain" - githubVersion = "0.3.1" + githubVersion = "0.3.2" )