Skip to content

Commit

Permalink
Updated kernel version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Mar 6, 2020
1 parent c1b66dd commit 300c1a3
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.4";
public static final String KERNEL_VERSION = "1.4.1";
public static final String REPO_VERSION = "0.1.0";
public static final boolean FORK = true;
}

0 comments on commit 300c1a3

Please sign in to comment.