diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index 7eecf36c..301f6f3c 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 6) -set(APP_VERSION_PATCH 2) +set(APP_VERSION_PATCH 3) set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}") # Include the binary directory for the generated header file diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index a4a62e90..7c1a5bf4 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -636,6 +636,27 @@ * Jared Van Bortel (Nomic AI) * Adam Treat (Nomic AI) * Community (beta testers, bug reporters, bindings authors) +" + }, + { + "version": "2.6.2", + "notes": +" +* Update to latest llama.cpp +* Update to newly merged vulkan backend +* Partial GPU offloading support +* New localdocs speed increases and features +* New GUI settings option for configuring how many layers to put on GPU +* New lightmode theme, darkmode theme and legacy theme +* Lots of UI updates and enhancements +* Scores of bugfixes for stability and usability +", + "contributors": +" +* Jared Van Bortel (Nomic AI) +* Adam Treat (Nomic AI) +* Karthik Nair +* Community (beta testers, bug reporters, bindings authors) " } ]