Skip to content

Commit

Permalink
1.6.1 -> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LeRoiDesKiwis committed Jun 21, 2024
1 parent 56a2a50 commit 607f830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog/1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
feat: commands /ping et /definition ([#13](https://github.com/LeRoiDesKiwis/Omega-Bot/pull/13))
fix(timeoutbomb): bug when all users were not displayed
2 changes: 1 addition & 1 deletion src/main/java/fr/leroideskiwis/omegabot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class Main extends ListenerAdapter {

public static String version = "1.6.1";
public static String version = "1.7";
private CommandManager commandManager;
private EventManager eventManager;
private UserManager userManager;
Expand Down

0 comments on commit 607f830

Please sign in to comment.