We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6205 commit 1dd72e7Copy full SHA for 1dd72e7
build.xml
@@ -15,7 +15,7 @@
15
<description>Create XB2 Java app for DSSAT</description>
16
17
<!-- Version -->
18
- <property name="version" value="v0.13.0.0" />
+ <property name="version" value="v0.14.0.0" />
19
20
<target name="-post-jar" depends="compile" description="package, output to JAR">
21
<property name="store.jar.name" value="XB2" />
src/Extensions/Variables.java
@@ -83,6 +83,6 @@ public static BufferedImage getIconImage(Class<?> objectClass){
83
}
84
85
public static String getVersion(){
86
- return "v0.13.0.0";
+ return "v0.14.0.0";
87
88
0 commit comments