We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8112de commit 6c40f11Copy full SHA for 6c40f11
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.1)
2
3
-set(REDIS_LLM_VERSION "0.0.1")
+set(REDIS_LLM_VERSION "0.1.0")
4
message(STATUS "redis-llm version: ${REDIS_LLM_VERSION}")
5
6
project(redis-llm LANGUAGES CXX VERSION ${REDIS_LLM_VERSION})
0 commit comments