summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-12-15 23:42:40 +0000
committerGitHub <noreply@github.com>2023-12-15 23:42:40 +0000
commit215498b3fe84f209cb09e3fe4cc6d30f87e7ae04 (patch)
tree967f39e2e7551470232cdeb73bae33fa8559aa4e
parent4cff57305b863a4e055595bf24b04028a7547e8d (diff)
Bump to 27.1.5
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 64ba984e..62c5ce4a 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='27.1.4'
+stable_channel='27.1.5'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"