summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-03-09 14:05:31 +0100
committerGitHub <noreply@github.com>2020-03-09 14:05:31 +0100
commit4aa429ed7dfd0ef195d754a214c65e90ee4f9919 (patch)
treec58d759625c997ad6f3043cda3ec4e586e95557b
parent53625027bd4bcb9f58dec2893b1a388f9569103d (diff)
Update production to 17
https://github.com/nextcloud/updater_server/commit/8548a69aca863b7941c55e221ad86f3659bdfe5b
-rwxr-xr-xgenerate-stackbrew-library.sh2
1 files changed, 1 insertions, 1 deletions
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")"