1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-23 16:42:07 +01:00
aerc/contrib/_incr_version

5 lines
121 B
Plaintext
Raw Normal View History

2020-05-19 18:12:18 +02:00
#!/bin/sh -eu
sed -i Makefile -e "s/^VERSION=${1}/VERSION=${2}/"
git add Makefile
git commit -m "Update version to ${2}"