Move update-version to the script directory

And also equalize the shebang to the other scripts.
This commit is contained in:
Sebastian Schuberth 2016-12-15 21:28:31 +01:00
parent a759a2fd05
commit 0ce59eb5b7

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERSION_STRING=$1
VERSION_ARRAY=( ${VERSION_STRING//./ } )