mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-07-09 11:55:18 -05:00
Adding makefile and CI
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
8
version/version.go
Normal file
8
version/version.go
Normal file
@ -0,0 +1,8 @@
|
||||
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"
|
||||
)
|
Reference in New Issue
Block a user