From 633ff74b1282e053fa37e1ed966d5420596cbae7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:29:36 -0500 Subject: [PATCH] make-go-github-file.yaml: cmd/github.go@0.4.3 (#150) * make-go-github-file.yaml updated cmd/github.go for versioned release: 0.4.3 * 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 02cdcb1..56b7f6b 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.4.2 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Nov 20 21:58:26 UTC 2024 +// 0.4.3 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Nov 21 20:19:29 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-11-20" + githubDate = "2024-11-21" githubIteration = "0" - githubRef = "refs/tags/0.4.2" - githubRefName = "0.4.2" + githubRef = "refs/tags/0.4.3" + githubRefName = "0.4.3" githubRepository = "senzing-garage/playground" githubRepositoryName = "playground" - githubVersion = "0.4.2" + githubVersion = "0.4.3" )