Skip to content

Commit 0ad0a9d

Browse files
Merge pull request #15 from lucaromagnoli/release/v1.0.1
Update version to 1.0.1 for release
2 parents 6c4f8da + d0c74b4 commit 0ad0a9d

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
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.22)
22

3-
project(llmcpp VERSION 1.0.0 LANGUAGES CXX)
3+
project(llmcpp VERSION 1.0.1 LANGUAGES CXX)
44

55
# Set version variables for easier access
66
set(LLMCPP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

0 commit comments

Comments
 (0)