Skip to content

Commit

Permalink
update API_VERSION to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 3, 2025
1 parent cac392d commit ee2aac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paths/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class Calendar
{
public const API_VERSION = '3.9';
public const API_VERSION = '4.0';
public static Core $Core;

private string $CacheDuration = "";
Expand Down

0 comments on commit ee2aac3

Please sign in to comment.