Skip to content

Commit

Permalink
Updated version text to just "3.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
crbednarz committed Dec 5, 2013
1 parent 555ca7f commit f06b928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amidst/Amidst.java
Expand Up @@ -15,7 +15,7 @@
public class Amidst {
public final static int version_major = 3;
public final static int version_minor = 5;
public final static String versionOffset = " beta 1";
public final static String versionOffset = "";
public static InstallInformation installInformation = new InstallInformation(true);
public static final Gson gson = new Gson();

Expand Down

0 comments on commit f06b928

Please sign in to comment.