Skip to content

Commit 93d6ceb

Browse files
committed
bump ili2db
1 parent e4473fd commit 93d6ceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modelbaker/iliwrapper/ili2dbtools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ def get_tool_version(tool, db_ili_version: int) -> str:
1919
if db_ili_version == 3:
2020
return "3.11.3"
2121
else:
22-
return "5.4.0"
22+
return "5.5.0"
2323
elif tool == DbIliMode.ili2pg:
2424
if db_ili_version == 3:
2525
return "3.11.2"
2626
else:
27-
return "5.4.0"
27+
return "5.5.0"
2828
elif tool == DbIliMode.ili2mssql:
2929
if db_ili_version == 3:
3030
return "3.12.2"
3131
else:
32-
return "5.4.0"
32+
return "5.5.0"
3333

3434
return "0"
3535

0 commit comments

Comments
 (0)