From e2ccdc5b04d72fb41332567ae06ad9b9d6546561 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:36:12 +0100 Subject: [PATCH] chore(release): add new version.json file with new release channels --- version.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 version.json diff --git a/version.json b/version.json new file mode 100644 index 000000000..966b71496 --- /dev/null +++ b/version.json @@ -0,0 +1,8 @@ +{ + "coolify": { + "v5": { + "stable": "5.0.0", + "preview": "5.0.0-alpha.1" + } + } +}