We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263ae47 commit 44b9121Copy full SHA for 44b9121
src/main/java/dev/digitaldragon/WikiBot.java
@@ -36,7 +36,7 @@ public class WikiBot {
36
@Getter
37
private static LogFiles logFiles = new LogFiles();
38
public static String getVersion() {
39
- return "1.6.0";
+ return "1.6.1";
40
}
41
42
public static void main (String[] args) {
0 commit comments