We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3bed3 commit e2e4ebeCopy full SHA for e2e4ebe
cmd/github.go
@@ -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
+// 0.8.10
+// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Dec 17 16:00:40 UTC 2024
3
//
4
//lint:file-ignore U1000 Ignore all unused code, it's generated
5
package cmd
6
7
var (
8
- githubDate = "2024-12-11"
+ githubDate = "2024-12-17"
9
githubIteration = "0"
10
- githubRef = "refs/tags/0.8.9"
11
- githubRefName = "0.8.9"
+ githubRef = "refs/tags/0.8.10"
+ githubRefName = "0.8.10"
12
githubRepository = "senzing-garage/serve-grpc"
13
githubRepositoryName = "serve-grpc"
14
- githubVersion = "0.8.9"
+ githubVersion = "0.8.10"
15
)
0 commit comments