Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2022-07-18 22:59:06 +0300
committerGitHub <noreply@github.com>2022-07-18 22:59:06 +0300
commit6e7695e4439e18900ce4435de359d8ece6b6a35f (patch)
tree4e634b0307f4245addd9c5ef57ba2ca1af018150
parent8cfb0e50ef8a42ee366d1413df969ac801cac30c (diff)
Bump stable channel (#1792)
-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 d1d313e..5423b10 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='24.0.2'
+stable_channel='24.0.3'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"