Skip to content

Commit 393fe5c

Browse files
committed
Get rid of the name change now that 3.2.0 has been released.
Signed-off-by: Adam Treat <[email protected]>
1 parent 03fed29 commit 393fe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt4all-chat/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(APP_VERSION_MAJOR 3)
2020
set(APP_VERSION_MINOR 2)
2121
set(APP_VERSION_PATCH 1)
2222
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
23-
set(APP_VERSION "${APP_VERSION_BASE}-web_search_beta_3")
23+
set(APP_VERSION "${APP_VERSION_BASE}-dev0")
2424

2525
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")
2626

0 commit comments

Comments
 (0)