Reply to 671711619806834688
@ManuelBieh you can get the version string via git describe; e.g.: git describe | awk -F - '{ print substr($1, 2); }'Reply to 671711619806834688
@ManuelBieh you can get the version string via git describe; e.g.: git describe | awk -F - '{ print substr($1, 2); }'