Skip to content

Commit

Permalink
make-go-github-file.yaml: cmd/github.go@0.2.4 (#107)
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.4

* Force re-test

---------

Co-authored-by: docktermj <docktermj@users.noreply.github.com>
Co-authored-by: docktermj <michael@dockter.com>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent 7f27786 commit b61a4ce
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
// 0.1.4
// Created by make-go-github-file.yaml on Wed Jul 26 21:26:54 UTC 2023
// 0.2.4
// Created by make-go-github-file.yaml on Mon Oct 23 13:34:41 UTC 2023
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate string = "2023-08-01"
githubDate string = "2023-10-23"
githubIteration string = "0"
githubRef string = "refs/tags/0.0.0"
githubRefName string = "0.0.0"
githubRef string = "refs/tags/0.2.4"
githubRefName string = "0.2.4"
githubRepository string = "Senzing/template-go"
githubRepositoryName string = "template-go"
githubVersion string = "0.0.0"
githubVersion string = "0.2.4"
)

0 comments on commit b61a4ce

Please sign in to comment.