Skip to content

Commit

Permalink
bump ili2db 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Nov 23, 2023
1 parent b1a40a8 commit a02af09
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.0"
return "5.0.1"
elif tool == DbIliMode.ili2pg:
if db_ili_version == 3:
return "3.11.2"
else:
return "5.0.0"
return "5.0.1"
elif tool == DbIliMode.ili2mssql:
if db_ili_version == 3:
return "3.12.2"
else:
return "5.0.0"
return "5.0.1"

return "0"

Expand Down

0 comments on commit a02af09

Please sign in to comment.