Skip to content

Commit

Permalink
Bump online version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Nov 24, 2024
1 parent df44e68 commit dd0fc45
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 @@ -34,7 +34,7 @@ public class OnlineManager {
public static final String endpoint = "https://" + hostname + "/api/";
public static final String updateEndpoint = endpoint + "update.php?lang=";
public static final String defaultAvatarURL = "https://" + hostname + "/user/avatar/0.png";
private static final String onlineVersion = "43";
private static final String onlineVersion = "44";

public static final OkHttpClient client = new OkHttpClient();

Expand Down

0 comments on commit dd0fc45

Please sign in to comment.