Bump cqlsh default CQL version to 3.1.7

Follow up for CASSANDRA-6875
This commit is contained in:
Tyler Hobbs 2014-05-23 16:31:20 -05:00
parent 992eff2953
commit e0502ea298
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if os.path.exists(OLD_HISTORY):
DEFAULT_HOST = '127.0.0.1'
DEFAULT_PORT = 9042
DEFAULT_CQLVER = '3.1.6'
DEFAULT_CQLVER = '3.1.7'
DEFAULT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S%z'
DEFAULT_FLOAT_PRECISION = 5