From 1001390d2f536435026f16ae05d9b882190a04ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:39:11 -0500 Subject: [PATCH] make-go-github-file.yaml: cmd/github.go@0.4.6 (#160) * make-go-github-file.yaml updated cmd/github.go for versioned release: 0.4.6 * 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 9035bdd..08280a7 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.4.5 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Nov 26 15:17:15 UTC 2024 +// 0.4.6 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Nov 27 19:27:59 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-11-26" + githubDate = "2024-11-27" githubIteration = "0" - githubRef = "refs/tags/0.4.5" - githubRefName = "0.4.5" + githubRef = "refs/tags/0.4.6" + githubRefName = "0.4.6" githubRepository = "senzing-garage/playground" githubRepositoryName = "playground" - githubVersion = "0.4.5" + githubVersion = "0.4.6" )