bumpver 178 Bytes edit raw blame history 1 2 3 4 5 6 7 #read version from input version=$1 #bump version in files sed -i "s/\* Clockface - v[0-9]\+\.[0-9]\+\.[0-9]\+/* Clockface - v$version/g" js/clockface.js echo "bumped $version"