swh:1:snp:e6d42e6731ce66e3c09de07ac49964c03139e990
Raw File
Tip revision: 99932db9e71d31a76425d68eef7d5859523ca0e4 authored by Konrad Werys on 04 November 2019, 09:33:32 UTC
doc: changes in the documentation
Tip revision: 99932db
tagtagtag.sh
#!/usr/bin/env bash

git push --delete origin v0.4.3
git tag --delete v0.4.3
git tag v0.4.3 -m "new build"
git push origin v0.4.3
back to top