From 318c9e8063eb82b5e6eab243f1f1a2f8be97fdb7 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 5 Jun 2023 14:32:00 -0400 Subject: [PATCH] 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 06554283..5b35c742 100644 --- a/gpt4all-chat/CMakeLists.txt +++ b/gpt4all-chat/CMakeLists.txt @@ -17,7 +17,7 @@ endif() set(APP_VERSION_MAJOR 2) set(APP_VERSION_MINOR 4) -set(APP_VERSION_PATCH 5) +set(APP_VERSION_PATCH 6) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Include the binary directory for the generated header file