Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Terra <terra@mcterra.id.au>
  • Loading branch information
MCterra10 committed Jan 7, 2021
1 parent 61902a2 commit 4e4458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file is for configuration options for the API. Included by all other files that handle requests.

// Current API Version
$apiVersion = 1.2;
$apiVersion = 1.3;

// Key used to authenticate communications between the BYOND server and the API. Keep this secure.
$authKey = "auth_key";
Expand Down

0 comments on commit 4e4458f

Please sign in to comment.