lib/version: Update to include some version context
This commit is contained in:
parent
e3060f6aca
commit
63d5a66962
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package version
|
||||
|
||||
// Pre-built binaries will have version set during build time.
|
||||
var Version = "HEAD"
|
||||
// Pre-built binaries will have version set correctly during build time.
|
||||
var Version = "v0.0.13-HEAD"
|
||||
|
|
|
|||
Loading…
Reference in a new issue