Skip to content

Commit

Permalink
bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Nov 4, 2019
1 parent 4042e94 commit 2fc8dc8
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 = "1.0-rc2";
public static final String KERNEL_VERSION = "1.0";
public static final String REPO_VERSION = "0.1.0";
public static final boolean FORK = true;
}

0 comments on commit 2fc8dc8

Please sign in to comment.