Skip to content

Commit

Permalink
make-go-github-file.yaml: cmd/[email protected] (#225)
Browse files Browse the repository at this point in the history
* make-go-github-file.yaml updated cmd/github.go for versioned release: 0.5.3

* Update format

---------

Co-authored-by: senzingdevops <[email protected]>
Co-authored-by: Michael Dockter <[email protected]>
  • Loading branch information
3 people authored May 10, 2024
1 parent babfbd5 commit 3055fc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// 0.5.2
// Created by make-go-github-file.yaml on Tue Jan 30 16:23:47 UTC 2024
// 0.5.3
// Created by make-go-github-file.yaml on Tue Mar 19 15:42:28 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate string = "2024-03-19"
githubIteration string = "0"
githubRef string = "refs/tags/0.5.2"
githubRefName string = "0.5.2"
githubRef string = "refs/tags/0.5.3"
githubRefName string = "0.5.3"
githubRepository string = "senzing-garage/init-database"
githubRepositoryName string = "init-database"
githubVersion string = "0.5.2"
githubVersion string = "0.5.3"
)

0 comments on commit 3055fc6

Please sign in to comment.