mirror of https://github.com/ddevault/scdoc
parent
4b29f37a66
commit
0ea5974506
@ -0,0 +1,4 @@ |
|||||||
|
#!/bin/sh -eux |
||||||
|
sed -i Makefile -e "s/^VERSION=${1}/VERSION=${2}/" |
||||||
|
git add Makefile |
||||||
|
git commit -m "Update version to ${2}" |
Loading…
Reference in new issue