Skip to content

Commit a9acdd2

Browse files
committed
Push a new version number for llmodel backend now that it is based on gguf.
1 parent f028f67 commit a9acdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt4all-backend/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
2121

2222
set(LLMODEL_VERSION_MAJOR 0)
23-
set(LLMODEL_VERSION_MINOR 4)
23+
set(LLMODEL_VERSION_MINOR 5)
2424
set(LLMODEL_VERSION_PATCH 0)
2525
set(LLMODEL_VERSION "${LLMODEL_VERSION_MAJOR}.${LLMODEL_VERSION_MINOR}.${LLMODEL_VERSION_PATCH}")
2626
project(llmodel VERSION ${LLMODEL_VERSION} LANGUAGES CXX C)

0 commit comments

Comments
 (0)