Bump to 0.15.0

This commit is contained in:
Denis Isidoro 2019-10-28 16:59:46 -03:00
parent d46ad37ddb
commit 7df49b3ad1

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.14.3"
VERSION="0.15.0"
NAVI_ENV="${NAVI_ENV:-prod}"
opts::eval "$@"