Skip to content

Commit 95e935d

Browse files
authored
ggml : bump version to 0.9.6 (#1423)
1 parent a8db410 commit 95e935d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project("ggml" C CXX ASM)
44
### GGML Version
55
set(GGML_VERSION_MAJOR 0)
66
set(GGML_VERSION_MINOR 9)
7-
set(GGML_VERSION_PATCH 5)
7+
set(GGML_VERSION_PATCH 6)
88
set(GGML_VERSION_BASE "${GGML_VERSION_MAJOR}.${GGML_VERSION_MINOR}.${GGML_VERSION_PATCH}")
99

1010
find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)

0 commit comments

Comments
 (0)