1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-05-04 06:36:07 +02:00

Add contrib/_incr_version

This commit is contained in:
Drew DeVault 2020-05-19 12:12:18 -04:00
parent 3ba836003a
commit 2b54b04c85

4
contrib/_incr_version Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -eu
sed -i Makefile -e "s/^VERSION=${1}/VERSION=${2}/"
git add Makefile
git commit -m "Update version to ${2}"