This is an automated email from the ASF dual-hosted git repository.

brads pushed a commit to branch revert-3154-CASSANDRA-19242
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 67de93aa3fc0d1a7d3f92b4d7c4a13167f6f3c45
Author: Brad Schoening <5796692+bschoen...@users.noreply.github.com>
AuthorDate: Fri Mar 1 08:37:11 2024 -0500

    Revert "bumped CQLSH version 6.2 > 6.3"
    
    This reverts commit 94bfbaf3485115adfb1fafe905269a9ca60ece65.
---
 pylib/cqlshlib/cqlshmain.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/cqlshlib/cqlshmain.py b/pylib/cqlshlib/cqlshmain.py
index 95623c17c1..57cb16bb46 100755
--- a/pylib/cqlshlib/cqlshmain.py
+++ b/pylib/cqlshlib/cqlshmain.py
@@ -61,7 +61,7 @@ except ImportError:
     build_version = 'UNKNOWN'
 
 UTF8 = 'utf-8'
-version = "6.3.0"
+version = "6.2.0"
 
 readline = None
 try:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to