Skip to content

Commit d33bdc7

Browse files
committed
release: bump 1.7.1
1 parent 1354bd8 commit d33bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/digitaldragon/WikiBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class WikiBot {
5050
.registerTypeAdapter(Optional.class, new OptionalSerializer<>())
5151
.create();
5252
public static String getVersion() {
53-
return "1.7.0";
53+
return "1.7.1";
5454
}
5555

5656
@Getter

0 commit comments

Comments
 (0)