Merge pull request #288 from nhooyr/ver-1242
lib/version: Set to HEAD when building from source instead of ????
This commit is contained in:
commit
5fa80861ff
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 = "????"
|
||||
// Pre-built binaries will have version set correctly during build time.
|
||||
var Version = "v0.0.13-HEAD"
|
||||
|
|
|
|||
Loading…
Reference in a new issue