From 719c15b8131c5a02585415a9cb0e0d956ab24f39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:22:19 -0400 Subject: [PATCH] make-go-github-file.yaml: cmd/github.go@0.7.6 (#306) * make-go-github-file.yaml updated cmd/github.go for versioned release: 0.7.6 * Force re-test --------- Co-authored-by: senzingdevops Co-authored-by: Michael Dockter --- cmd/github.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/github.go b/cmd/github.go index e1ba7c4..fffb1bf 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.7.5 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Jun 26 18:33:03 UTC 2024 +// 0.7.6 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Aug 5 18:12:44 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-06-26" + githubDate = "2024-08-05" githubIteration = "0" - githubRef = "refs/tags/0.7.5" - githubRefName = "0.7.5" + githubRef = "refs/tags/0.7.6" + githubRefName = "0.7.6" githubRepository = "senzing-garage/serve-grpc" githubRepositoryName = "serve-grpc" - githubVersion = "0.7.5" + githubVersion = "0.7.6" )