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

brads pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 94bfbaf3485115adfb1fafe905269a9ca60ece65
Author: Brad Schoening <bscho...@gmail.com>
AuthorDate: Wed Feb 28 18:08:37 2024 -0500

    bumped CQLSH version 6.2 > 6.3
---
 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 57cb16bb46..95623c17c1 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.2.0"
+version = "6.3.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