Merge pull request #322 from nextcloud/13.0.2-maintenance

Update production and stable release channel
This commit is contained in:
Tilo Spannagel 2018-04-26 14:04:48 +02:00 committed by GitHub
commit 763622d867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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