diff --git a/navi b/navi index ab5a3466..bbeee3c6 100755 --- a/navi +++ b/navi @@ -4,7 +4,7 @@ set -euo pipefail export NAVI_HOME="$(cd "$(dirname "$0")" && pwd)" source "${NAVI_HOME}/src/main.sh" -VERSION="0.18.2" +VERSION="0.18.3" NAVI_ENV="${NAVI_ENV:-prod}" opts::eval "$@"