From 5353b34129d846cc95fbff8214eefe899efaa61d Mon Sep 17 00:00:00 2001 From: senzingdevops Date: Tue, 10 Sep 2024 00:12:46 +0000 Subject: [PATCH 1/2] make-go-github-file.yaml updated cmd/github.go for versioned release: 0.3.2 --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index 0ea5b0d..be6156c 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.3.1 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Aug 21 17:42:32 UTC 2024 +// 0.3.2 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Sep 10 00:12:46 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-08-21" + githubDate = "2024-09-10" githubIteration = "0" - githubRef = "refs/tags/0.3.1" - githubRefName = "0.3.1" + githubRef = "refs/tags/0.3.2" + githubRefName = "0.3.2" githubRepository = "senzing-garage/observe" githubRepositoryName = "observe" - githubVersion = "0.3.1" + githubVersion = "0.3.2" ) From 5a1300d29a0339e8360ef4def9c6d484b1f45736 Mon Sep 17 00:00:00 2001 From: docktermj Date: Mon, 9 Sep 2024 20:13:22 -0400 Subject: [PATCH 2/2] Force re-test