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