From 209e89a754cad87458d737e319e0da8d059b6b1d Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 16 Jun 2024 21:55:06 +0200 Subject: [PATCH] v7.0_Update ynh_mongo_db__2 YNH_DEFAULT_MONGO_VERSION=4.4 YNH_DEFAULT_MONGO_VERSION=7.0 --- scripts/ynh_mongo_db__2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ynh_mongo_db__2 b/scripts/ynh_mongo_db__2 index 915ffe9..e57703e 100644 --- a/scripts/ynh_mongo_db__2 +++ b/scripts/ynh_mongo_db__2 @@ -1,6 +1,6 @@ #!/bin/bash -readonly YNH_DEFAULT_MONGO_VERSION=4.4 +readonly YNH_DEFAULT_MONGO_VERSION=7.0 # Declare the actual MongoDB version to use: 4.4 ; 5.0 ; 6.0 ; 7.0 # A packager willing to use another version of MongoDB can override the variable into its _common.sh. YNH_MONGO_VERSION=${YNH_MONGO_VERSION:-$YNH_DEFAULT_MONGO_VERSION}