Bump version to 0.18.3.

This commit is contained in:
bitozoid 2020-02-04 13:28:38 +00:00 committed by GitHub
parent cf7201af7a
commit bf7f145e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
navi
View file

@ -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 "$@"