From 924d798a3e89daefa8b86a4a245f0e7d541da880 Mon Sep 17 00:00:00 2001 From: blerer Date: Tue, 30 Jun 2015 18:26:16 +0200 Subject: [PATCH] (cqlsh) Fix default CQL version patch by Benjamin Lerer; reviewed by Aleksey Yeschenko for CASSANDRA-9688 --- bin/cqlsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cqlsh b/bin/cqlsh index ab295ed20d..f6e2f8c4dc 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -134,7 +134,7 @@ from cqlshlib.tracing import print_trace_session, print_trace DEFAULT_HOST = '127.0.0.1' DEFAULT_PORT = 9042 -DEFAULT_CQLVER = '3.2.0' +DEFAULT_CQLVER = '3.3.0' DEFAULT_PROTOCOL_VERSION = 4 DEFAULT_FLOAT_PRECISION = 5