Skip to content

Commit

Permalink
release: bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalDwagon committed Oct 6, 2024
1 parent 7623c11 commit 796c14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/digitaldragon/WikiBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class WikiBot {
@Getter
private static LogFiles logFiles = new LogFiles();
public static String getVersion() {
return "1.5.2";
return "1.6.0";
}

public static void main (String[] args) {
Expand Down

0 comments on commit 796c14f

Please sign in to comment.