Update stable to 18

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2020-03-08 22:36:26 +01:00
parent 6c1044fef4
commit fbd5e2094a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='17.0.3'
[stable]='18.0.1'
[production]='16.0.8'
)