Skip to content

Commit

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

* Force re-test

---------

Co-authored-by: senzingdevops <senzingdevops@users.noreply.github.com>
Co-authored-by: docktermj <michael@dockter.com>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent abdb38e commit 48db7ca
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.4.7
// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Dec 5 16:22:55 UTC 2024
// 0.4.8
// Created by senzing-factory/github-action-make-go-github-file.yaml on Tue Jan 14 01:28:43 UTC 2025
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate = "2024-12-05"
githubDate = "2025-01-14"
githubIteration = "0"
githubRef = "refs/tags/0.4.7"
githubRefName = "0.4.7"
githubRef = "refs/tags/0.4.8"
githubRefName = "0.4.8"
githubRepository = "senzing-garage/playground"
githubRepositoryName = "playground"
githubVersion = "0.4.7"
githubVersion = "0.4.8"
)

0 comments on commit 48db7ca

Please sign in to comment.