From e6e724d2dc1d924a933a45aa1a869d422a717c42 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sat, 16 Sep 2023 10:07:20 -0400 Subject: [PATCH] Actually bump the version. --- gpt4all-chat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 9ed0377f..4ed62fc7 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -18,7 +18,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 4) -set(APP_VERSION_PATCH 17) +set(APP_VERSION_PATCH 18) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Include the binary directory for the generated header file