Skip to content

Commit cf3476d

Browse files
authored
Merge pull request #1046 from nextcloud/update/2020-03-24
Update release channels
2 parents b0cb178 + cd33ab0 commit cf3476d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -Eeuo pipefail
33

44
declare -A release_channel=(
5-
[stable]='18.0.2'
6-
[production]='17.0.4'
5+
[stable]='18.0.3'
6+
[production]='17.0.5'
77
)
88

99
self="$(basename "$BASH_SOURCE")"

0 commit comments

Comments
 (0)