From 05d31d86c67c75ba97c5f414c61151d4ea9f83fa Mon Sep 17 00:00:00 2001 From: German Date: Fri, 14 Apr 2023 20:37:00 +0800 Subject: [PATCH] Adding v232 --- src/ansys/tools/path/path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/tools/path/path.py b/src/ansys/tools/path/path.py index 27e120de..83b80cdd 100644 --- a/src/ansys/tools/path/path.py +++ b/src/ansys/tools/path/path.py @@ -14,6 +14,7 @@ CONFIG_FILE_NAME = "config.txt" SUPPORTED_ANSYS_VERSIONS = { + 232: "2023R2", 231: "2023R1", 222: "2022R2", 221: "2022R1",