Skip to content

Commit

Permalink
Increased API version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jun 24, 2023
1 parent bd16353 commit 2c16c38
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 7;
return 8;
}

/*
Expand Down

0 comments on commit 2c16c38

Please sign in to comment.