Skip to content

Commit

Permalink
Updated reported client version to be "2.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk authored Mar 8, 2022
1 parent a5c39d4 commit a85a982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clickhouse/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#endif

#define DBMS_NAME "ClickHouse"
#define DBMS_VERSION_MAJOR 1
#define DBMS_VERSION_MINOR 2
#define DBMS_VERSION_MAJOR 2
#define DBMS_VERSION_MINOR 1

#define DBMS_MIN_REVISION_WITH_TEMPORARY_TABLES 50264
#define DBMS_MIN_REVISION_WITH_TOTAL_ROWS_IN_PROGRESS 51554
Expand Down

0 comments on commit a85a982

Please sign in to comment.