Skip to content

Commit

Permalink
make-go-github-file.yaml: cmd/github.go@0.7.6 (#306)
Browse files Browse the repository at this point in the history
* make-go-github-file.yaml updated cmd/github.go for versioned release: 0.7.6

* Force re-test

---------

Co-authored-by: senzingdevops <senzingdevops@users.noreply.github.com>
Co-authored-by: Michael Dockter <michael@dockter.com>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 26514ff commit 719c15b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/github.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// 0.7.5
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Jun 26 18:33:03 UTC 2024
// 0.7.6
// Created by senzing-factory/github-action-make-go-github-file.yaml on Mon Aug 5 18:12:44 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate = "2024-06-26"
githubDate = "2024-08-05"
githubIteration = "0"
githubRef = "refs/tags/0.7.5"
githubRefName = "0.7.5"
githubRef = "refs/tags/0.7.6"
githubRefName = "0.7.6"
githubRepository = "senzing-garage/serve-grpc"
githubRepositoryName = "serve-grpc"
githubVersion = "0.7.5"
githubVersion = "0.7.6"
)

0 comments on commit 719c15b

Please sign in to comment.