diff --git a/update-version.sh b/script/update-version similarity index 97% rename from update-version.sh rename to script/update-version index 936fdb1d..1742ff88 100755 --- a/update-version.sh +++ b/script/update-version @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash VERSION_STRING=$1 VERSION_ARRAY=( ${VERSION_STRING//./ } )