Ship 15.0.7 on production and stable channel

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-04-09 17:03:49 +02:00
parent a6bcddbac1
commit ca34beed5e
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='15.0.5'
[production]='15.0.5'
[stable]='15.0.7'
[production]='15.0.7'
)
self="$(basename "$BASH_SOURCE")"