aerc/contrib/_incr_version
2020-05-19 12:12:18 -04:00

5 lines
121 B
Bash
Executable file

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