Skip to content

Commit

Permalink
Up the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Dec 1, 2015
1 parent 6b13857 commit a7a2ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wdl/WDL.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
public class WDL {
private static Logger logger = LogManager.getLogger();

public static final String VERSION = "1.8.8a-beta1";
public static final String VERSION = "1.8.8a-beta2";

// TODO: This class needs to be split into smaller classes. There is way too
// much different stuff in here.
Expand Down

0 comments on commit a7a2ab8

Please sign in to comment.