Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMER-err committed Apr 5, 2024
1 parent 2aec920 commit 154a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cn/yapeteam/yolbi/YolBi.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class YolBi {
public static final YolBi instance = new YolBi();
public static final String name = "YolBi Lite";
public static final String version = "0.2.7";
public static final String version = "0.2.8";
public static final File YOLBI_DIR = new File(System.getProperty("user.home"), ".yolbi");
private EventManager eventManager;
private CommandManager commandManager;
Expand Down

0 comments on commit 154a2b5

Please sign in to comment.