Skip to content

Commit

Permalink
Make: Bump versions in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 11, 2024
1 parent c7922ff commit aadb717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,18 @@
{
"assets": [
"VERSION",
"README.md",
"CMakeLists.txt",
"conanfile.py",
"package.json",
"Cargo.toml",
"wasmer.toml",
"./include/usearch/index.hpp",
"README.md",
"./csharp/nuget/nuget-package.props",
"CITATION.cff"
],
"message": "Build: Released ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.1)
project(
usearch
VERSION 2.7.2
VERSION 2.11.2
LANGUAGES C CXX
DESCRIPTION "Smaller & Faster Single-File Vector Search Engine from Unum"
HOMEPAGE_URL "https://github.com/unum-cloud/usearch"
Expand Down

0 comments on commit aadb717

Please sign in to comment.