Skip to content

Commit

Permalink
bump ili2db 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jun 27, 2024
1 parent 1eccc02 commit b87493c
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.0.1"
return "5.1.0"
elif tool == DbIliMode.ili2pg:
if db_ili_version == 3:
return "3.11.2"
else:
return "5.0.1"
return "5.1.0"
elif tool == DbIliMode.ili2mssql:
if db_ili_version == 3:
return "3.12.2"
else:
return "5.0.1"
return "5.1.0"

return "0"

Expand Down

0 comments on commit b87493c

Please sign in to comment.