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 1354bd8 commit d33bdc7Copy full SHA for d33bdc7
src/main/java/dev/digitaldragon/WikiBot.java
@@ -50,7 +50,7 @@ public class WikiBot {
50
.registerTypeAdapter(Optional.class, new OptionalSerializer<>())
51
.create();
52
public static String getVersion() {
53
- return "1.7.0";
+ return "1.7.1";
54
}
55
56
@Getter
0 commit comments