7 lines
69 B
Go

package constant
var (
Version = "unattached"
Commit = "undef"
)