Skip to content

Commit

Permalink
update knowhere index version (#947)
Browse files Browse the repository at this point in the history
Signed-off-by: xianliang.li <[email protected]>
  • Loading branch information
foxspy authored Nov 14, 2024
1 parent cda1aac commit c0bfbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/knowhere/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace knowhere {
namespace {
static constexpr int32_t default_version = 0;
static constexpr int32_t minimal_version = 0;
static constexpr int32_t current_version = 5;
static constexpr int32_t current_version = 6;
} // namespace

class Version {
Expand Down

0 comments on commit c0bfbd1

Please sign in to comment.