Skip to content

Commit 76cc76d

Browse files
committed
Adding 2023-07 API version
1 parent d180c05 commit 76cc76d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/ApiVersion.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ class ApiVersion
1919
/** @var string */
2020
public const APRIL_2023 = "2023-04";
2121
/** @var string */
22-
public const LATEST = self::APRIL_2023;
22+
public const JULY_2023 = "2023-07";
23+
/** @var string */
24+
public const LATEST = self::JULY_2023;
2325

2426
private static $ALL_VERSIONS = [
2527
self::UNSTABLE,
@@ -28,6 +30,7 @@ class ApiVersion
2830
self::OCTOBER_2022,
2931
self::JANUARY_2023,
3032
self::APRIL_2023,
33+
self::JULY_2023,
3134
];
3235

3336
public static function isValid(string $version): bool

0 commit comments

Comments
 (0)