Skip to content

Commit 9a14f8b

Browse files
committed
review and rebased
1 parent ac8d9ef commit 9a14f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-common/src/main/java/org/apache/kafka/server/common/MetadataVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public enum MetadataVersion {
155155
* <strong>Think carefully before you update this value. ONCE A METADATA VERSION IS PRODUCTION,
156156
* IT CANNOT BE CHANGED.</strong>
157157
*/
158-
public static final MetadataVersion LATEST_PRODUCTION = IBP_4_0_IV3; // when do we update this to `IBP_4_1_IV2`+
158+
public static final MetadataVersion LATEST_PRODUCTION = IBP_4_0_IV3;
159159
// If you change the value above please also update
160160
// LATEST_STABLE_METADATA_VERSION version in tests/kafkatest/version.py
161161

0 commit comments

Comments
 (0)