Skip to content

Commit

Permalink
new api version
Browse files Browse the repository at this point in the history
  • Loading branch information
malteo committed Jun 26, 2024
1 parent c40763e commit 152745a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public final class ApiVersion
{
public static final long V20240626 = 20240626;
public static final long V20221124 = 20221124;
public static final long V20220427 = 20220427;
public static final long V20220211 = 20220211;
Expand Down Expand Up @@ -37,7 +38,7 @@ public final class ApiVersion
public static final long V20180101 = 20180101;
public static final long NO_VERSION = 0;

public static final Long LATEST_API_VERSION = V20221124;
public static final Long LATEST_API_VERSION = V20240626;

private ApiVersion()
{
Expand Down

0 comments on commit 152745a

Please sign in to comment.