cqlls 4.1.0

The Best lanugage server for CQL (Cassandra Query Lanugage) ^_^
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*
    Copyright (c) 2026 アクゼスティア. All Rights Reserved.
*/

const VERSION_MAJOR: u8 = 4;
const VERSION_MINOR: u8 = 1;
const VERSION_PATCH: u8 = 0;

pub fn version() -> String {
    format!("cqlls v{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}")
}