lib/version: Set to HEAD when building from source instead of ????
More clear. See https://github.com/terrastruct/d2/issues/202
This commit is contained in:
parent
b3859c25f5
commit
e3060f6aca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
// Pre-built binaries will have version set during build time.
|
// Pre-built binaries will have version set during build time.
|
||||||
var Version = "????"
|
var Version = "HEAD"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue