jeffwidman opened a new pull request #923: URL: https://github.com/apache/cassandra/pull/923
Bump the version of `cqlsh` so that when users report which version of `cqlsh` they're using, it actually means something, along with the protocol/server version. It's been `5.0.1` for the cassandra 3.x series, so `6.0.0` probably makes sense as matching cassandra `4.0` because there are possible breaking changes depending on how [CASSANDRA-16508](https://issues.apache.org/jira/browse/CASSANDRA-16508) is resolved. Before this change, if a user says they're using `cqlsh` 5.0.1, we have no idea which release they're actually using because that version number hasn't been incremented for several releases of the Cassandra 3.x series, even though the code within `cqlsh` is occasionally changing. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

