-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make-go-github-file.yaml updated cmd/github.go for versioned release:…
… 0.3.1
- Loading branch information
1 parent
ee87a96
commit 83f79d5
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
// 0.2.3 | ||
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Jun 12 18:38:28 UTC 2024 | ||
// 0.3.1 | ||
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Aug 21 15:07:38 UTC 2024 | ||
// | ||
//lint:file-ignore U1000 Ignore all unused code, it's generated | ||
package cmd | ||
|
||
var ( | ||
githubDate = "2024-06-12" | ||
githubDate = "2024-08-21" | ||
githubIteration = "0" | ||
githubRef = "refs/tags/0.2.3" | ||
githubRefName = "0.2.3" | ||
githubRef = "refs/tags/0.3.1" | ||
githubRefName = "0.3.1" | ||
githubRepository = "senzing-garage/explain" | ||
githubRepositoryName = "explain" | ||
githubVersion = "0.2.3" | ||
githubVersion = "0.3.1" | ||
) |