Skip to content

Commit 8729de9

Browse files
authored
Bump version now that release is out. (#3051)
Signed-off-by: Adam Treat <[email protected]>
1 parent 630f04a commit 8729de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpt4all-chat/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.25) # for try_compile SOURCE_FROM_VAR
22

33
set(APP_VERSION_MAJOR 3)
44
set(APP_VERSION_MINOR 4)
5-
set(APP_VERSION_PATCH 0)
5+
set(APP_VERSION_PATCH 1)
66
set(APP_VERSION_BASE "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
7-
set(APP_VERSION "${APP_VERSION_BASE}")
7+
set(APP_VERSION "${APP_VERSION_BASE}-dev0")
88

99
project(gpt4all VERSION ${APP_VERSION_BASE} LANGUAGES CXX C)
1010

0 commit comments

Comments
 (0)