tile38/pkg/core/version.go

8 lines
187 B
Go

package core
var (
Version = "0.0.0" // Placeholder for the version
BuildTime = "" // Placeholder for the build time
GitSHA = "0000000" // Placeholder for the git sha
)