summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-09-14 22:24:34 +0000
committerGitHub <noreply@github.com>2023-09-14 22:24:34 +0000
commit03a967db4e8e915fd7a485bef1db96af7a3dc141 (patch)
tree1ff78a1815d59a60be8899dba8db5619f7abda5b
parent467a98dcc9c04b614de6b21de2a4e2046077788b (diff)
Bump to 26.0.5 (fix #2061)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-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 4246789a..c42ff1bb 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='26.0.5'
+stable_channel='27.0.2'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"