Skip to content

Commit

Permalink
Update version of Quark MainApplication.java also to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IchbinkeinReh authored Nov 5, 2023
1 parent 714ecc2 commit 3f1cb44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
import xortroll.goldleaf.quark.usb.cmd.CommandBlock;

public class MainApplication extends Application {
public static final Version CurrentVersion = new Version(0, 10, 1);
public static final Version CurrentVersion = new Version(1, 0, 0);

private static Config special_path_cfg;
private static Object special_path_cfg_lock;
Expand Down Expand Up @@ -323,4 +323,4 @@ public static void forEachSpecialPath(BiConsumer<? super Object,? super Object>
public static void run(String[] args) {
Application.launch(args);
}
}
}

0 comments on commit 3f1cb44

Please sign in to comment.