adelapena commented on a change in pull request #892:
URL: https://github.com/apache/cassandra/pull/892#discussion_r583125767



##########
File path: src/java/org/apache/cassandra/db/SystemKeyspace.java
##########
@@ -90,6 +90,8 @@ private SystemKeyspace()
     // Cassandra was not previously installed and we're in the process of 
starting a fresh node.
     public static final CassandraVersion NULL_VERSION = new 
CassandraVersion("0.0.0-absent");
 
+    public static final CassandraVersion CURRENT_VERSION = new 
CassandraVersion(FBUtilities.getReleaseVersionString());

Review comment:
       I think this nit has been missed in the last review commit




----------------------------------------------------------------
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]

Reply via email to