pivotal-jbarrett commented on a change in pull request #6729:
URL: https://github.com/apache/geode/pull/6729#discussion_r679563127



##########
File path: 
geode-serialization/src/main/java/org/apache/geode/internal/serialization/KnownVersion.java
##########
@@ -205,12 +205,12 @@
       new KnownVersion("GEODE", "1.13.0", (byte) 1, (byte) 13, (byte) 0, 
(byte) 0,
           GEODE_1_13_0_ORDINAL, true);
 
-  private static final short GEODE_1_13_1_ORDINAL = 121;
+  private static final short GEODE_1_13_2_ORDINAL = 121;

Review comment:
       I take that back, we can't replace this ordinal because we have already 
released versions with this ordinal defined. It may not be safe to have it 
suddenly mean something different. The safer thing to do is define a new 
ordinal 122 for 1.13.2.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to