mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-04-04 09:40:12 -05:00
9 lines
184 B
Go
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"
|
|
)
|