Skip to content

Commit

Permalink
Set API key version to >= current node version (#109231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreden authored May 31, 2024
1 parent 3f23c15 commit 92f8935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public VersionId<?> versionNumber() {
}
}

public static final ApiKey.Version CURRENT_API_KEY_VERSION = new ApiKey.Version(8_13_00_99);
public static final ApiKey.Version CURRENT_API_KEY_VERSION = new ApiKey.Version(8_15_00_99);

private final String name;
private final String id;
Expand Down

0 comments on commit 92f8935

Please sign in to comment.