go-onerng/version/version.go
Dave Henderson d9e2265891
Adding makefile and CI
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2020-11-01 14:18:36 -05:00

9 lines
184 B
Go

package version
var (
// Version will be overwritten automatically by the build
Version = "0.0.0"
// GitCommit will be overwritten automatically by the build
GitCommit = "HEAD"
)