Skip to content

Commit

Permalink
Changed API version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Sep 17, 2022
1 parent 0595932 commit c4d7a45
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public static void setPluginInstance(SuperiorSkyblock plugin) {
* Everytime a change is made to the API, the version of it changes.
*/
public static int getAPIVersion() {
return 3;
return 4;
}

/*
Expand Down

0 comments on commit c4d7a45

Please sign in to comment.