From 1e1498206e1db534158ed7f8973b62a3c8fbc017 Mon Sep 17 00:00:00 2001 From: David Allen Date: Wed, 28 Aug 2024 13:18:40 -0600 Subject: [PATCH] Update config.env to include BUILD --- config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.env b/config.env index e92c519..dc6632d 100644 --- a/config.env +++ b/config.env @@ -2,4 +2,4 @@ NAME=magellan VERSION=$(shell git describe --tags --abbrev=0) - +BUILD=$(shell git rev-parse --short HEAD)