Skip to content

Commit

Permalink
v0.14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooliveira72 committed Nov 18, 2024
1 parent 69f6205 commit 1dd72e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Create XB2 Java app for DSSAT</description>

<!-- Version -->
<property name="version" value="v0.13.0.0" />
<property name="version" value="v0.14.0.0" />

<target name="-post-jar" depends="compile" description="package, output to JAR">
<property name="store.jar.name" value="XB2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Extensions/Variables.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ public static BufferedImage getIconImage(Class<?> objectClass){
}

public static String getVersion(){
return "v0.13.0.0";
return "v0.14.0.0";
}
}

0 comments on commit 1dd72e7

Please sign in to comment.