From 49332867ca949effbfa8b00cb6ddbc6c6d30fe8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:34:19 -0400 Subject: [PATCH] make-go-github-file.yaml: cmd/github.go@0.3.1 (#155) * make-go-github-file.yaml updated cmd/github.go for versioned release: 0.3.1 * Force re-test --------- Co-authored-by: senzingdevops Co-authored-by: docktermj --- cmd/github.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index a043acc..bbb2d5d 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.2.4 -// Created by make-go-github-file.yaml on Mon Oct 23 13:34:41 UTC 2023 +// 0.3.1 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Jul 12 19:21:34 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2023-10-23" + githubDate = "2024-07-12" githubIteration = "0" - githubRef = "refs/tags/0.2.4" - githubRefName = "0.2.4" - githubRepository = "Senzing/template-go" + githubRef = "refs/tags/0.3.1" + githubRefName = "0.3.1" + githubRepository = "senzing-garage/template-go" githubRepositoryName = "template-go" - githubVersion = "0.2.4" + githubVersion = "0.3.1" )