Skip to content

Commit

Permalink
Mark version as 1.9a-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Mar 6, 2016
1 parent f93eba5 commit 3486058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class ClientBrandRetriever {
private static final String __OBFID = "CL_00001460";

public static String getClientModName() {
return "worlddownloader1.9a-beta1-coremod";
return "worlddownloader1.9a-beta2-coremod";
}
}
2 changes: 1 addition & 1 deletion src/wdl/WDL.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class WDL {
/**
* Current version. This should match the git tag for the current release.
*/
public static final String VERSION = "1.9a-beta1";
public static final String VERSION = "1.9a-beta2";
/**
* The version of minecraft that this mod is installed on.
*/
Expand Down

0 comments on commit 3486058

Please sign in to comment.