diff --git a/cmd/github.go b/cmd/github.go index 8d2d058..a29ca47 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.3.2 -// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Oct 31 01:26:49 UTC 2024 +// 0.4.1 +// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Nov 19 18:23:28 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate = "2024-10-31" + githubDate = "2024-11-19" githubIteration = "0" - githubRef = "refs/tags/0.3.2" - githubRefName = "0.3.2" + githubRef = "refs/tags/0.4.1" + githubRefName = "0.4.1" githubRepository = "senzing-garage/playground" githubRepositoryName = "playground" - githubVersion = "0.3.2" + githubVersion = "0.4.1" )