From 4aa429ed7dfd0ef195d754a214c65e90ee4f9919 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Mon, 9 Mar 2020 14:05:31 +0100 Subject: [PATCH] Update production to 17 https://github.com/nextcloud/updater_server/commit/8548a69aca863b7941c55e221ad86f3659bdfe5b --- generate-stackbrew-library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 9f4afc91..a68081c9 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -3,7 +3,7 @@ set -Eeuo pipefail declare -A release_channel=( [stable]='18.0.1' - [production]='16.0.8' + [production]='17.0.3' ) self="$(basename "$BASH_SOURCE")"