Skip to content

Commit

Permalink
Merge pull request #696 from IchbinkeinReh/master
Browse files Browse the repository at this point in the history
Update version of Quark MainApplication.java also to 1.0.0
  • Loading branch information
XorTroll authored Nov 5, 2023
2 parents 714ecc2 + 3f1cb44 commit 574b25d
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 574b25d

Please sign in to comment.