Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-11-09 23:13:17 +0300
committerGitHub <noreply@github.com>2019-11-09 23:13:17 +0300
commitf2489f014216122820d159c1c31081a069461c32 (patch)
tree17bbd8e7f7de60f1f2e5d0c12a4f6f53a4d38d95 /generate-stackbrew-library.sh
parent2ab02d446c528e9369fa37e42d6a8ad3a34776c3 (diff)
Update release channels
Diffstat (limited to 'generate-stackbrew-library.sh')
-rwxr-xr-xgenerate-stackbrew-library.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index 4b5c88d..2a2ad71 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
- [stable]='16.0.5'
- [production]='16.0.4'
+ [stable]='16.0.6'
+ [production]='16.0.6'
)
self="$(basename "$BASH_SOURCE")"