From 1a24d32e98bcbc0a76e035c41b66edea8fa4a76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 15 May 2024 12:15:39 +0200 Subject: [PATCH] Update mongodb --- helpers/mongodb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/mongodb b/helpers/mongodb index e0c9277ce..f374a9e01 100644 --- a/helpers/mongodb +++ b/helpers/mongodb @@ -1,6 +1,6 @@ #!/bin/bash -readonly YNH_DEFAULT_MONGO_VERSION=4.4 +readonly YNH_DEFAULT_MONGO_VERSION=5.0 # Declare the actual MongoDB version to use: 4.4 ; 5.0 ; 6.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}