From 7b4c1f0e61d740a176bb7677d01812a0779b0016 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 16 Jun 2024 23:13:46 +0200 Subject: [PATCH] default v6 Update manifest.toml Put default version 6.0 because there is no version 7.0 in the packaging v1 and CI stop --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index de60ccf..4fd1033 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,7 @@ ram.runtime = "50M" ask.fr = "Choisissez la version de Mongo a installer ou 'None' si Mongo est déjà installé" type = "select" choices = ["None", "4.4", "5.0", "6.0", "7.0"] - default = "7.0" + default = "6.0" [resources] [resources.sources.main]