The UI uses the ANMS_VERSION variable in the header display. In the build.sh this was set automatically by
export GITTAG=$(git describe --always --tags --dirty)
export ANMS_VERSION=${ANMS_VERSION:=${GITTAG}}
This is only cosmetic and wont effect any functionality but moving forward these instructions needs to be included in start up documentation.
The UI uses the
ANMS_VERSIONvariable in the header display. In thebuild.shthis was set automatically byThis is only cosmetic and wont effect any functionality but moving forward these instructions needs to be included in start up documentation.