Skip to content

Commit

Permalink
Update version number to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Jan 20, 2023
1 parent df8a9e8 commit 66ea787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<property environment="env"/>
<fail unless="env.IBC_BIN" message="Environment variable 'IBC_BIN' not set (set it to the fully-qualified directory name containing the TWS jar files)."/>

<property name="ver" value="3.15.2"/>
<property name="ver" value="3.16.0"/>
<property name="src" location="src"/>
<property name="resources" location="resources"/>
<property name="target" location="target"/>
Expand Down

0 comments on commit 66ea787

Please sign in to comment.