Skip to content

Commit

Permalink
bump ili2db to 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Sep 6, 2023
1 parent 61d889d commit ec2ec38
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 "4.10.0"
return "4.11.1"
elif tool == DbIliMode.ili2pg:
if db_ili_version == 3:
return "3.11.2"
else:
return "4.10.0"
return "4.11.1"
elif tool == DbIliMode.ili2mssql:
if db_ili_version == 3:
return "3.12.2"
else:
return "4.10.0"
return "4.11.1"

return "0"

Expand Down

0 comments on commit ec2ec38

Please sign in to comment.