Skip to content

Commit 0a7f8a4

Browse files
github-actions[bot]senzingdevopsdocktermj
authored
make-go-github-file.yaml: cmd/github.go@0.2.11 (#166)
* make-go-github-file.yaml updated cmd/github.go for versioned release: 0.2.11 * Force re-test --------- Co-authored-by: senzingdevops <senzingdevops@users.noreply.github.com> Co-authored-by: docktermj <michael@dockter.com>
1 parent ae07769 commit 0a7f8a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmd/github.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// 0.2.10
2-
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Jul 9 18:20:08 UTC 2025
1+
// 0.2.11
2+
// Created by senzing-factory/github-action-make-go-github-file.yaml on Sat Jul 19 01:48:20 UTC 2025
33
//
44
//lint:file-ignore U1000 Ignore all unused code, it's generated
55
package cmd
66

77
var (
8-
githubDate = "2025-07-09"
8+
githubDate = "2025-07-19"
99
githubIteration = "0"
10-
githubRef = "refs/tags/0.2.10"
11-
githubRefName = "0.2.10"
10+
githubRef = "refs/tags/0.2.11"
11+
githubRefName = "0.2.11"
1212
githubRepository = "senzing-garage/load"
1313
githubRepositoryName = "load"
14-
githubVersion = "0.2.10"
14+
githubVersion = "0.2.11"
1515
)

0 commit comments

Comments
 (0)