Skip to content

Commit 0f27359

Browse files
committed
chat: bump version to 3.5.4-dev0
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent eedd050 commit 0f27359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpt4all-chat/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ include(../common/common.cmake)
44

55
set(APP_VERSION_MAJOR 3)
66
set(APP_VERSION_MINOR 5)
7-
set(APP_VERSION_PATCH 3)
7+
set(APP_VERSION_PATCH 4)
88
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
9-
set(APP_VERSION "${APP_VERSION_BASE}")
9+
set(APP_VERSION "${APP_VERSION_BASE}-dev0")
1010

1111
project(gpt4all VERSION ${APP_VERSION_BASE} LANGUAGES CXX C)
1212

0 commit comments

Comments
 (0)