service/internal/version/version.go

8 lines
176 B
Go

// Code generated automatically; DO NOT EDIT.
package version
var (
// GitCommitId provides the git commit id used to build this service.
GitCommitId string = "c198177"
)