Skip to content

Commit

Permalink
Set version to 1.8c-beta1.
Browse files Browse the repository at this point in the history
This is going to be a test release so that @gourdo1 can verify if #7 and
#8 are still present.
  • Loading branch information
Pokechu22 committed Jul 5, 2015
1 parent e7408e3 commit 80a0191
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

package net.minecraft.client;

public class ClientBrandRetriever {
private static final String __OBFID = "CL_00001460";

public static String getClientModName() {
return "worlddownloader1.8c-coremod";
return "worlddownloader1.8c-beta1-coremod";
}
}

0 comments on commit 80a0191

Please sign in to comment.