From a6c401ee619789e013118ddda5642c131acd95a6 Mon Sep 17 00:00:00 2001 From: Mani Arumugam Date: Mon, 29 Jan 2024 08:18:30 +0100 Subject: [PATCH] Updated stable version to 2.0.0 --- testing/run_IBD_test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/run_IBD_test.sh b/testing/run_IBD_test.sh index a26b64c..e248258 100755 --- a/testing/run_IBD_test.sh +++ b/testing/run_IBD_test.sh @@ -3,9 +3,10 @@ # Which MIntO version are we using? # Use specific tag by "tags/" or "main" # E.g. -# MINTO_STABLE_VERSION="tags/2.0.0-beta.2" +# MINTO_STABLE_VERSION="tags/2.0.0" +# Developers use 'main' but users should stick to stable versions. -MINTO_STABLE_VERSION="main" +MINTO_STABLE_VERSION="tags/2.0.0" # Set MIntO and scratch locations