Fix cqlsh after CQL version bump

This commit is contained in:
Sylvain Lebresne 2015-12-22 15:12:37 +01:00
parent 4e5867affc
commit f967257e48
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ from cqlshlib.util import get_file_encoding_bomsize, trim_if_present
DEFAULT_HOST = '127.0.0.1'
DEFAULT_PORT = 9042
DEFAULT_CQLVER = '3.3.1'
DEFAULT_CQLVER = '3.4.0'
DEFAULT_PROTOCOL_VERSION = 4
DEFAULT_CONNECT_TIMEOUT_SECONDS = 5