summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2024-05-31 00:08:06 +0000
committerGitHub <noreply@github.com>2024-05-31 00:08:06 +0000
commit13f51c4f70676edb464ce5ea03631403b54623df (patch)
tree176f8a6298471035c868b522cb4c2ea7d7bed950
parenta643e4b439fefc3f7ea7baac7115c723fc392434 (diff)
Bump to 28.0.6
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 d84c6a26..da3a7700 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='28.0.5'
+stable_channel='28.0.6'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"