From 3baec7f6943fc90f9482e67e753ad71fa0cb9892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Mon, 17 Jul 2023 15:20:10 +0200 Subject: [PATCH] Update autosubmit version. --- 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 adb95ee..f208dfb 100644 --- a/examples/example_utils.sh +++ b/examples/example_utils.sh @@ -27,7 +27,7 @@ function run_autoicon_example() { function setup_environment() { # Set Autosubmit version and define some directories - AUTOSUBMIT_VERSION="4.0.76" + AUTOSUBMIT_VERSION="4.0.79" # 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