Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
crbednarz committed Dec 8, 2013
1 parent 532cf92 commit 5cc013f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/amidst/Amidst.java
Expand Up @@ -14,8 +14,8 @@

public class Amidst {
public final static int version_major = 3;
public final static int version_minor = 5;
public final static String versionOffset = "";
public final static int version_minor = 6;
public final static String versionOffset = " beta 1";
public static InstallInformation installInformation = new InstallInformation(true);
public static final Gson gson = new Gson();

Expand Down

0 comments on commit 5cc013f

Please sign in to comment.