summaryrefslogtreecommitdiffstats
path: root/generate-stackbrew-library.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-05-07 13:32:27 +0200
committerTilo Spannagel <development@tilosp.de>2018-05-07 13:32:27 +0200
commit5f0e65f0c2bcc45e60c2e93c19564a6a1c935a43 (patch)
tree3a77dd027778cb1138eab0004484483e4b73fa82 /generate-stackbrew-library.sh
parent763622d867234069a0409954c3d549e2670b5c2c (diff)
Ship 13 on production channel
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 f3e3a805..3616cf4e 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A release_channel=(
- [production]='12.0.7'
+ [production]='13.0.2'
[stable]='13.0.2'
)