Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make-go-github-file.yaml: cmd/github.go@0.2.1 #65

Closed
wants to merge 2 commits into from
Closed
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.1.5
// Created by make-go-github-file.yaml on Mon Oct 23 13:32:53 UTC 2023
// 0.2.1
// Created by make-go-github-file.yaml on Tue Jan 2 19:45:34 UTC 2024
//
//lint:file-ignore U1000 Ignore all unused code, it's generated
package cmd

var (
githubDate string = "2024-01-02"
githubIteration string = "0"
githubRef string = "refs/tags/0.2.0"
githubRefName string = "0.2.0"
githubRepository string = "Senzing/observe"
githubRef string = "refs/tags/0.2.1"
githubRefName string = "0.2.1"
githubRepository string = "senzing-garage/observe"
githubRepositoryName string = "observe"
githubVersion string = "0.2.0"
githubVersion string = "0.2.1"
)