Skip to content

Commit

Permalink
Release notes for v2.4.19 and bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Sep 16, 2023
1 parent 84905aa commit f47e698
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()

set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 4)
set(APP_VERSION_PATCH 19)
set(APP_VERSION_PATCH 20)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")

# Include the binary directory for the generated header file
Expand Down
11 changes: 11 additions & 0 deletions gpt4all-chat/metadata/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,17 @@
"contributors":
"
* Adam Treat (Nomic AI)
"
},
{
"version": "2.4.19",
"notes":
"
* Fix a crasher on systems with corrupted vulkan drivers or corrupted vulkan dlls

Check failure on line 527 in gpt4all-chat/metadata/release.json

View workflow job for this annotation

GitHub Actions / Check for spelling errors

crasher ==> crash
",
"contributors":
"
* Adam Treat (Nomic AI)
"
}
]

0 comments on commit f47e698

Please sign in to comment.