Skip to content

Commit

Permalink
make-go-github-file.yaml: cmd/github.go@0.2.2 (#59)
Browse files Browse the repository at this point in the history
* make-go-github-file.yaml updated cmd/github.go for versioned release: 0.2.2

* Fix generated code

---------

Co-authored-by: senzingdevops <senzingdevops@users.noreply.github.com>
Co-authored-by: docktermj <michael@dockter.com>
  • Loading branch information
3 people authored Apr 19, 2024
1 parent 327a435 commit ca91c80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// 0.2.1
// Created by make-go-github-file.yaml on Fri Jan 5 15:34:40 UTC 2024
// 0.2.2
// Created by make-go-github-file.yaml on Fri Apr 19 18:34:46 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate string = "2024-01-05"
githubDate string = "2024-04-19"
githubIteration string = "0"
githubRef string = "refs/tags/0.2.1"
githubRefName string = "0.2.1"
githubRef string = "refs/tags/0.2.2"
githubRefName string = "0.2.2"
githubRepository string = "senzing-garage/explain"
githubRepositoryName string = "explain"
githubVersion string = "0.2.1"
githubVersion string = "0.2.2"
)

0 comments on commit ca91c80

Please sign in to comment.