Skip to content

Commit

Permalink
make-go-github-file.yaml updated cmd/github.go for versioned release:…
Browse files Browse the repository at this point in the history
… 0.3.2
  • Loading branch information
senzingdevops committed Sep 13, 2024
1 parent 280ccdf commit b035573
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.3.1
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Aug 28 20:52:18 UTC 2024
// 0.3.2
// Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Sep 13 17:30:20 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate = "2024-08-28"
githubDate = "2024-09-13"
githubIteration = "0"
githubRef = "refs/tags/0.3.1"
githubRefName = "0.3.1"
githubRef = "refs/tags/0.3.2"
githubRefName = "0.3.2"
githubRepository = "senzing-garage/serve-chat"
githubRepositoryName = "serve-chat"
githubVersion = "0.3.1"
githubVersion = "0.3.2"
)

0 comments on commit b035573

Please sign in to comment.