Repository has no tags yet
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'
It was necessary to update our git ssh host from gitlab.metager.de to code.metager.de. You will need to update your git remotes in all cloned repositories if you checked out using ssh. The old remote will soon be disabled.
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'