From ba7255826222c9e03ed8c628a5c68a7cf3eeb489 Mon Sep 17 00:00:00 2001 From: senzingdevops Date: Fri, 12 Jan 2024 18:51:43 +0000 Subject: [PATCH 1/2] make-go-github-file.yaml updated cmd/github.go for versioned release: 0.0.2 --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index d178f19..79390d2 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.2.1 -// Created by make-go-github-file.yaml on Thu Jan 4 15:05:50 UTC 2024 +// 0.0.2 +// Created by make-go-github-file.yaml on Fri Jan 12 18:51:43 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate string = "2024-01-04" + githubDate string = "2024-01-12" githubIteration string = "0" - githubRef string = "refs/tags/0.2.1" - githubRefName string = "0.2.1" + githubRef string = "refs/tags/0.0.2" + githubRefName string = "0.0.2" githubRepository string = "senzing-garage/demo-quickstart" githubRepositoryName string = "demo-quickstart" - githubVersion string = "0.2.1" + githubVersion string = "0.0.2" ) From 611ba2c50492a5ecf2ff87b90d6ab143f68ac9a5 Mon Sep 17 00:00:00 2001 From: docktermj Date: Fri, 12 Jan 2024 13:52:59 -0500 Subject: [PATCH 2/2] Force re-test