Update config.env to include BUILD

This commit is contained in:
David Allen 2024-08-28 13:18:40 -06:00
parent fa8f31e8d3
commit 1e1498206e
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -2,4 +2,4 @@
NAME=magellan NAME=magellan
VERSION=$(shell git describe --tags --abbrev=0) VERSION=$(shell git describe --tags --abbrev=0)
BUILD=$(shell git rev-parse --short HEAD)