Skip to content

Commit

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

* Force re-test

---------

Co-authored-by: senzingdevops <senzingdevops@users.noreply.github.com>
Co-authored-by: docktermj <michael@dockter.com>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 75392bc commit 4933286
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// 0.2.4
// Created by make-go-github-file.yaml on Mon Oct 23 13:34:41 UTC 2023
// 0.3.1
// Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Jul 12 19:21:34 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate = "2023-10-23"
githubDate = "2024-07-12"
githubIteration = "0"
githubRef = "refs/tags/0.2.4"
githubRefName = "0.2.4"
githubRepository = "Senzing/template-go"
githubRef = "refs/tags/0.3.1"
githubRefName = "0.3.1"
githubRepository = "senzing-garage/template-go"
githubRepositoryName = "template-go"
githubVersion = "0.2.4"
githubVersion = "0.3.1"
)

0 comments on commit 4933286

Please sign in to comment.