Skip to content

Commit fbe0089

Browse files
committed
Default Fluent launch version to 23.1
1 parent 714c6af commit fbe0089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/fluent/core/launcher/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
_THIS_DIR = os.path.dirname(__file__)
2929
_OPTIONS_FILE = os.path.join(_THIS_DIR, "fluent_launcher_options.json")
30-
FLUENT_VERSION = "22.2.0"
30+
FLUENT_VERSION = "23.1.0"
3131
_FLUENT_EXE_PATH = ""
3232

3333

0 commit comments

Comments
 (0)