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