Skip to content

Commit ada4cdb

Browse files
github-actions[bot]senzingdevopsdocktermj
authored
make-go-github-file.yaml: cmd/[email protected] (#308)
* make-go-github-file.yaml updated cmd/github.go for versioned release: 0.7.7 * Force re-test --------- Co-authored-by: senzingdevops <[email protected]> Co-authored-by: Michael Dockter <[email protected]>
1 parent 0da979b commit ada4cdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmd/github.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
// 0.7.6
2-
// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Aug 5 18:12:44 UTC 2024
1+
// 0.7.7
2+
// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Aug 5 21:40:18 UTC 2024
33
//
44
//lint:file-ignore U1000 Ignore all unused code, it's generated
55
package cmd
66

77
var (
88
githubDate = "2024-08-05"
99
githubIteration = "0"
10-
githubRef = "refs/tags/0.7.6"
11-
githubRefName = "0.7.6"
10+
githubRef = "refs/tags/0.7.7"
11+
githubRefName = "0.7.7"
1212
githubRepository = "senzing-garage/serve-grpc"
1313
githubRepositoryName = "serve-grpc"
14-
githubVersion = "0.7.6"
14+
githubVersion = "0.7.7"
1515
)

0 commit comments

Comments
 (0)