Skip to content

Commit

Permalink
update ili2db version
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 21, 2024
1 parent ffa1465 commit 25e3c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modelbaker/iliwrapper/ili2dbtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ def get_tool_version(tool, db_ili_version):
if db_ili_version == 3:
return "3.11.3"
else:
return "5.1.0"
return "5.1.1"
elif tool == DbIliMode.ili2pg:
if db_ili_version == 3:
return "3.11.2"
else:
return "5.1.0"
return "5.1.1"
elif tool == DbIliMode.ili2mssql:
if db_ili_version == 3:
return "3.12.2"
else:
return "5.1.0"
return "5.1.1"

return "0"

Expand Down

0 comments on commit 25e3c26

Please sign in to comment.