From cd2775820c3ae08ff1d47f0aaf2a6d093eee460e Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Tue, 26 Mar 2024 20:03:11 +0000 Subject: [PATCH] Bump to version 7.17.20 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9f76648..ea68cf53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(DRIVER_BASE_NAME elasticodbc CACHE STRING "The base name of the driver") # driver's version -set(DRV_VERSION 7.17.19) +set(DRV_VERSION 7.17.20) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")