Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 4e5867aff -> f967257e4
Fix cqlsh after CQL version bump Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f967257e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f967257e Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f967257e Branch: refs/heads/cassandra-3.0 Commit: f967257e481c4b66517edb26c95e7899be2fbc6a Parents: 4e5867a Author: Sylvain Lebresne <[email protected]> Authored: Tue Dec 22 15:12:37 2015 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Tue Dec 22 15:12:37 2015 +0100 ---------------------------------------------------------------------- bin/cqlsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/f967257e/bin/cqlsh.py ---------------------------------------------------------------------- diff --git a/bin/cqlsh.py b/bin/cqlsh.py index c946ce0..8bbd5b5 100644 --- a/bin/cqlsh.py +++ b/bin/cqlsh.py @@ -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
