From 6b2494f756c34a266843714744b65e7a2495c828 Mon Sep 17 00:00:00 2001 From: senzingdevops Date: Thu, 5 Dec 2024 16:22:55 +0000 Subject: [PATCH 1/2] make-go-github-file.yaml updated cmd/github.go for versioned release: 0.4.7 --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index 08280a7..42784b8 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.4.6 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Nov 27 19:27:59 UTC 2024 +// 0.4.7 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Dec 5 16:22:55 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-11-27" + githubDate = "2024-12-05" githubIteration = "0" - githubRef = "refs/tags/0.4.6" - githubRefName = "0.4.6" + githubRef = "refs/tags/0.4.7" + githubRefName = "0.4.7" githubRepository = "senzing-garage/playground" githubRepositoryName = "playground" - githubVersion = "0.4.6" + githubVersion = "0.4.7" ) From cd067b44e9cf0a9c9dd45e44b9595b8d98887ee3 Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 5 Dec 2024 13:17:08 -0500 Subject: [PATCH 2/2] Force re-test