From c7aaff6860e448acee523f5f7d3ee97862fd07d2 Mon Sep 17 00:00:00 2001 From: Denis Glazachev Date: Sun, 22 Aug 2021 16:43:09 +0400 Subject: [PATCH] Bump the version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec585c88..6839abcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include (cmake/prevent_in_source_builds.cmake) project ( clickhouse-odbc - VERSION 1.1.9.20201226 + VERSION 1.1.10.20210822 DESCRIPTION "The official ODBC driver implementation for accessing ClickHouse as a data source." HOMEPAGE_URL "https://github.com/ClickHouse/clickhouse-odbc" LANGUAGES C CXX