Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Aug 29, 2018
1 parent 2a09502 commit 46f09ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modAionImpl/src/org/aion/zero/impl/Version.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.aion.zero.impl;

public class Version {
public static final String KERNEL_VERSION = "0.3.0";
public static final String KERNEL_VERSION = "0.3.1";
public static final String REPO_VERSION = "0.1.0";
public static final boolean FORK = true;
}

0 comments on commit 46f09ba

Please sign in to comment.