From 7b174db372a6e827a664c222b2296db3f8c8d91a Mon Sep 17 00:00:00 2001 From: Matt Culbreth Date: Wed, 4 Oct 2023 09:09:14 -0400 Subject: [PATCH] Bump to version 8.12.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c15bb8f7..91998ea3 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 8.11.0) +set(DRV_VERSION 8.12.0) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")