summaryrefslogtreecommitdiffstats
path: root/generate-stackbrew-library.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2019-01-21 17:00:22 +0100
committerGitHub <noreply@github.com>2019-01-21 17:00:22 +0100
commitf081d3864d7b0acd0558dceacc173a3b48100246 (patch)
treeceb264c3ee563041b7e09b8981f84d02cfa55f5c /generate-stackbrew-library.sh
parent15ab1ccecd3f96e8bd62cc8d83f7994d55d25d40 (diff)
Ship 15.0.2 on stable channel (#615)
See: https://github.com/nextcloud/updater_server/pull/183 Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to 'generate-stackbrew-library.sh')
-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 ef9e7599..461f6cb1 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
+ [stable]='15.0.2'
[production]='14.0.6'
- [stable]='14.0.6'
)
self="$(basename "$BASH_SOURCE")"