mirror of https://github.com/apache/cassandra
NINJA-FIX: increase the CQL version to 3.4.8
This commit is contained in:
parent
53fabf1f02
commit
336ad623c1
|
|
@ -108,7 +108,7 @@ import static org.apache.cassandra.utils.Clock.Global.nanoTime;
|
|||
|
||||
public class QueryProcessor implements QueryHandler
|
||||
{
|
||||
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.4.7");
|
||||
public static final CassandraVersion CQL_VERSION = new CassandraVersion("3.4.8");
|
||||
|
||||
// See comments on QueryProcessor #prepare
|
||||
public static final CassandraVersion NEW_PREPARED_STATEMENT_BEHAVIOUR_SINCE_40 = new CassandraVersion("4.0.2");
|
||||
|
|
|
|||
Loading…
Reference in New Issue