FANNG1 commented on code in PR #8980:
URL: https://github.com/apache/gravitino/pull/8980#discussion_r2638951205
##########
common/src/main/java/org/apache/gravitino/config/ConfigConstants.java:
##########
@@ -83,6 +83,9 @@ private ConfigConstants() {}
/** The version number for the 1.1.0 release. */
public static final String VERSION_1_1_0 = "1.1.0";
+ /** The version number for the 1.2.0 release. */
+ public static final String VERSION_1_2_0 = "1.1.0";
Review Comment:
could you change `"1.1.0"` to `"1.2.0"`?
--
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]