summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-06-22 16:10:00 +0000
committerGitHub <noreply@github.com>2023-06-22 16:10:00 +0000
commit74d33d0020000f3a955e14119f0d7592982e7a31 (patch)
tree2f7bccfcfe3e5bfebdaadcd2da346674d8967159
parent040d8687a6eedf5490e3cea1aff189e73403a6ee (diff)
Stable 26.0.3 (fix #2016)
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 00ec97ee..1f321148 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='25.0.7'
+stable_channel='26.0.3'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"