From 3d0199fdb07e7c489a022c382e9717c18f40191f Mon Sep 17 00:00:00 2001 From: senzingdevops Date: Tue, 2 Jan 2024 19:45:34 +0000 Subject: [PATCH 1/2] make-go-github-file.yaml updated cmd/github.go for versioned release: 0.2.1 --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index 46a04ee..2b2ab41 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,5 +1,5 @@ -// 0.1.5 -// Created by make-go-github-file.yaml on Mon Oct 23 13:32:53 UTC 2023 +// 0.2.1 +// Created by make-go-github-file.yaml on Tue Jan 2 19:45:34 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd @@ -7,9 +7,9 @@ package cmd var ( githubDate string = "2024-01-02" githubIteration string = "0" - githubRef string = "refs/tags/0.2.0" - githubRefName string = "0.2.0" - githubRepository string = "Senzing/observe" + githubRef string = "refs/tags/0.2.1" + githubRefName string = "0.2.1" + githubRepository string = "senzing-garage/observe" githubRepositoryName string = "observe" - githubVersion string = "0.2.0" + githubVersion string = "0.2.1" ) From bd68ec10b586c48a674ac058a650d097e224692e Mon Sep 17 00:00:00 2001 From: docktermj Date: Tue, 2 Jan 2024 14:50:50 -0500 Subject: [PATCH 2/2] Force re-test