Skip to content

Commit bfa734e

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

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.5
2-
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Oct 9 20:26:32 UTC 2024
1+
// 0.8.6
2+
// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Oct 21 20:51:04 UTC 2024
33
//
44
//lint:file-ignore U1000 Ignore all unused code, it's generated
55
package cmd
66

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

0 commit comments

Comments
 (0)