Skip to content

Commit 6b7bc0c

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

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.9.1
2-
// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Feb 24 15:31:46 UTC 2025
1+
// 0.9.2
2+
// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Feb 27 16:36:45 UTC 2025
33
//
44
//lint:file-ignore U1000 Ignore all unused code, it's generated
55
package cmd
66

77
var (
8-
githubDate = "2025-02-24"
8+
githubDate = "2025-02-27"
99
githubIteration = "0"
10-
githubRef = "refs/tags/0.9.1"
11-
githubRefName = "0.9.1"
10+
githubRef = "refs/tags/0.9.2"
11+
githubRefName = "0.9.2"
1212
githubRepository = "senzing-garage/serve-grpc"
1313
githubRepositoryName = "serve-grpc"
14-
githubVersion = "0.9.1"
14+
githubVersion = "0.9.2"
1515
)

0 commit comments

Comments
 (0)