@ManuelBieh you can get the version string via
git describe; e.g.: git describe | awk -F - '{ print substr($1, 2); }'
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
@ManuelBieh you can get the version string via
git describe; e.g.: git describe | awk -F - '{ print substr($1, 2); }'