Skip to content

Commit

Permalink
bump online version
Browse files Browse the repository at this point in the history
  • Loading branch information
Acivev committed Jun 30, 2023
1 parent fee96a9 commit 1ba0ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/nsu/ccfit/zuev/osu/online/OnlineManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class OnlineManager {
public static final String hostname = "osudroid.moe";
public static final String endpoint = "https://" + hostname + "/api/";
public static final String defaultAvatarURL = "https://" + hostname + "/user/avatar/0.png";
private static final String onlineVersion = "31";
private static final String onlineVersion = "32";

public static final OkHttpClient client = new OkHttpClient();

Expand Down

0 comments on commit 1ba0ea3

Please sign in to comment.