We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07bc5f commit 6b7bc0cCopy full SHA for 6b7bc0c
cmd/github.go
@@ -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
+// 0.9.2
+// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Feb 27 16:36:45 UTC 2025
3
//
4
//lint:file-ignore U1000 Ignore all unused code, it's generated
5
package cmd
6
7
var (
8
- githubDate = "2025-02-24"
+ githubDate = "2025-02-27"
9
githubIteration = "0"
10
- githubRef = "refs/tags/0.9.1"
11
- githubRefName = "0.9.1"
+ githubRef = "refs/tags/0.9.2"
+ githubRefName = "0.9.2"
12
githubRepository = "senzing-garage/serve-grpc"
13
githubRepositoryName = "serve-grpc"
14
- githubVersion = "0.9.1"
+ githubVersion = "0.9.2"
15
)
0 commit comments