diff --git a/gpt4all-chat/CMakeLists.txt b/gpt4all-chat/CMakeLists.txt index f0baba2c..b98989e2 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 12) +set(APP_VERSION_PATCH 13) 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 de0b2171..7efd7d1e 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -400,6 +400,22 @@ * Aaron Miller (Nomic AI) * Adam Treat (Nomic AI) * Community (beta testers, bug reporters) +" + }, + { + "version": "2.4.12", + "notes": +" +* Fix bad bug that was breaking numerous current installs (sorry folks!) +* Fix bug with 'browse' button in settings dialog +* Wayland support on linux +* Reduce template ui size in settings dialog +", + "contributors": +" +* Akarshan Biswas +* Adam Treat (Nomic AI) +* Community (beta testers, bug reporters) " } ]