switch branch to release/v4.0

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2018-07-30 22:29:36 -05:00
parent 468470b7b5
commit c7d775a82a
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export USE_FTLDNS_BRANCHES=true
export USE_DEVELOPMENT_BRANCHES=false
if [[ $USE_FTLDNS_BRANCHES == true ]] ; then
CORE_TAG='FTLDNS'
CORE_TAG='release/v4.0'
elif [[ $USE_DEVELOPMENT_BRANCHES == true ]] ; then
CORE_TAG='development'
fi