diff --git a/cmd/github.go b/cmd/github.go index 46a04ee..146c5c8 100644 --- a/cmd/github.go +++ b/cmd/github.go @@ -1,15 +1,15 @@ -// 0.1.5 -// Created by make-go-github-file.yaml on Mon Oct 23 13:32:53 UTC 2023 +// 0.2.2 +// Created by make-go-github-file.yaml on Fri Apr 19 18:56:44 UTC 2024 // //lint:file-ignore U1000 Ignore all unused code, it's generated package cmd var ( - githubDate string = "2024-01-02" + githubDate string = "2024-04-19" 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.2" + githubRefName string = "0.2.2" + githubRepository string = "senzing-garage/observe" githubRepositoryName string = "observe" - githubVersion string = "0.2.0" + githubVersion string = "0.2.2" )