Skip to content

Commit

Permalink
Rebuild for version 3.12.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Dec 7, 2021
1 parent a98626c commit 59adc17
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
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.12.0-beta.1"/>
<property name="ver" value="3.12.0-beta.2"/>
<property name="src" location="src"/>
<property name="resources" location="resources"/>
<property name="target" location="target"/>
Expand Down
Binary file modified resources/IBC.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/version
@@ -1 +1 @@
3.12.0-beta.1
3.12.0-beta.2
2 changes: 1 addition & 1 deletion src/ibcalpha/ibc/IbcVersionInfo.java
Expand Up @@ -3,5 +3,5 @@
package ibcalpha.ibc;

public class IbcVersionInfo {
public final static String IBC_VERSION = "3.12.0-beta.1";
public final static String IBC_VERSION = "3.12.0-beta.2";
}

0 comments on commit 59adc17

Please sign in to comment.