diff options
author | Tilo Spannagel <development@tilosp.de> | 2020-03-09 14:06:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 14:06:17 +0100 |
commit | 63634d91a36843257a86951f74919f6d15061c3a (patch) | |
tree | c58d759625c997ad6f3043cda3ec4e586e95557b | |
parent | 53625027bd4bcb9f58dec2893b1a388f9569103d (diff) | |
parent | 4aa429ed7dfd0ef195d754a214c65e90ee4f9919 (diff) |
Merge pull request #1024 from nextcloud/tilosp-patch-1
Update production to 17
-rwxr-xr-x | generate-stackbrew-library.sh | 2 |
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")" |