Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3
// Created by senzing-factory/github-action-make-go-github-file.yaml on Wed Oct 30 21:58:26 UTC 2024
// 0.3.4
// Created by senzing-factory/github-action-make-go-github-file.yaml on Thu Feb 27 21:32:55 UTC 2025
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate = "2024-10-30"
githubDate = "2025-02-27"
githubIteration = "0"
githubRef = "refs/tags/0.3.3"
githubRefName = "0.3.3"
githubRef = "refs/tags/0.3.4"
githubRefName = "0.3.4"
githubRepository = "senzing-garage/serve-http"
githubRepositoryName = "serve-http"
githubVersion = "0.3.3"
githubVersion = "0.3.4"
)
Loading