Repository: cassandra Updated Branches: refs/heads/trunk cf74bcfc6 -> acdbbb934
bump cqlsh's DEFAULT_CQLVER to 3.1.6 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8cf97db3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8cf97db3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8cf97db3 Branch: refs/heads/trunk Commit: 8cf97db307b48a715e0fdd23e9f2445c9f0ad40c Parents: 6acbb33 Author: Dave Brosius <[email protected]> Authored: Wed Apr 23 23:06:16 2014 -0400 Committer: Dave Brosius <[email protected]> Committed: Wed Apr 23 23:06:16 2014 -0400 ---------------------------------------------------------------------- bin/cqlsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/8cf97db3/bin/cqlsh ---------------------------------------------------------------------- diff --git a/bin/cqlsh b/bin/cqlsh index d7025cf..9ba74ca 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -135,7 +135,7 @@ if os.path.exists(OLD_HISTORY): DEFAULT_HOST = '127.0.0.1' DEFAULT_PORT = 9042 -DEFAULT_CQLVER = '3.1.5' +DEFAULT_CQLVER = '3.1.6' DEFAULT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S%z' DEFAULT_FLOAT_PRECISION = 5
