From df2239c2ee4ef9617230478bff4baf6efa4ffb5f Mon Sep 17 00:00:00 2001 From: senzingdevops Date: Fri, 12 Jul 2024 19:21:34 +0000 Subject: [PATCH 1/2] make-go-github-file.yaml updated cmd/github.go for versioned release: 0.3.1 --- 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" ) From d4409f54a7815e01319fec4672e9f828fc2f0b8c Mon Sep 17 00:00:00 2001 From: docktermj Date: Fri, 12 Jul 2024 15:23:37 -0400 Subject: [PATCH 2/2] Force re-test