Skip to content

Commit e2e4ebe

Browse files
github-actions[bot]senzingdevopsdocktermj
authored
make-go-github-file.yaml: cmd/[email protected] (#376)
* make-go-github-file.yaml updated cmd/github.go for versioned release: 0.8.10 * Force re-test --------- Co-authored-by: senzingdevops <[email protected]> Co-authored-by: docktermj <[email protected]>
1 parent 7e3bed3 commit e2e4ebe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmd/github.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// 0.8.9
2-
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Dec 11 17:33:46 UTC 2024
1+
// 0.8.10
2+
// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Dec 17 16:00:40 UTC 2024
33
//
44
//lint:file-ignore U1000 Ignore all unused code, it's generated
55
package cmd
66

77
var (
8-
githubDate = "2024-12-11"
8+
githubDate = "2024-12-17"
99
githubIteration = "0"
10-
githubRef = "refs/tags/0.8.9"
11-
githubRefName = "0.8.9"
10+
githubRef = "refs/tags/0.8.10"
11+
githubRefName = "0.8.10"
1212
githubRepository = "senzing-garage/serve-grpc"
1313
githubRepositoryName = "serve-grpc"
14-
githubVersion = "0.8.9"
14+
githubVersion = "0.8.10"
1515
)

0 commit comments

Comments
 (0)