diff --git a/cmd/github.go b/cmd/github.go index 8428790..93fbd7c 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.3.10 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Jul 22 13:35:36 UTC 2025 +// 0.3.11 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Oct 27 14:55:58 UTC 2025 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2025-07-22" + githubDate = "2025-10-27" githubIteration = "0" - githubRef = "refs/tags/0.3.10" - githubRefName = "0.3.10" + githubRef = "refs/tags/0.3.11" + githubRefName = "0.3.11" githubRepository = "senzing-garage/serve-http" githubRepositoryName = "serve-http" - githubVersion = "0.3.10" + githubVersion = "0.3.11" )