diff --git a/bumpversion b/bumpversion index 14c97a2..52e6e74 100755 --- a/bumpversion +++ b/bumpversion @@ -1,4 +1,4 @@ -#!/usr/bin bash +#!/usr/bin/env bash getValueFromConfig() { current_version="$(grep "${1}" .bumpversion.cfg | cut -d '=' -f 2)"