Skip to content

Commit a85a982

Browse files
authored
Updated reported client version to be "2.1"
1 parent a5c39d4 commit a85a982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clickhouse/client.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#endif
2121

2222
#define DBMS_NAME "ClickHouse"
23-
#define DBMS_VERSION_MAJOR 1
24-
#define DBMS_VERSION_MINOR 2
23+
#define DBMS_VERSION_MAJOR 2
24+
#define DBMS_VERSION_MINOR 1
2525

2626
#define DBMS_MIN_REVISION_WITH_TEMPORARY_TABLES 50264
2727
#define DBMS_MIN_REVISION_WITH_TOTAL_ROWS_IN_PROGRESS 51554

0 commit comments

Comments
 (0)