From 50f95dfedadb6434fb729302eb93e40f245b5a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Wed, 13 Sep 2023 15:04:26 +0200 Subject: [PATCH] Update autosubmit version in the examples --- examples/example_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_utils.sh b/examples/example_utils.sh index 7aed35c..b7c0be1 100644 --- a/examples/example_utils.sh +++ b/examples/example_utils.sh @@ -29,7 +29,7 @@ function run_autoicon_example() { function setup_environment() { # Set Autosubmit version and define some directories - AUTOSUBMIT_VERSION="4.0.79" + AUTOSUBMIT_VERSION="4.0.88" # Define the path of the directory where this script is located SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" # Define the root path of the project -- GitLab