There was an error while loading. Please reload this page.
1 parent 987c05b commit 8524774Copy full SHA for 8524774
1 file changed
include/knowhere/version.h
@@ -21,8 +21,8 @@ namespace knowhere {
21
namespace {
22
static constexpr int32_t default_version = 0;
23
static constexpr int32_t minimal_version = 0;
24
-static constexpr int32_t current_version = 12;
25
-static constexpr int32_t maximum_version = 12;
+static constexpr int32_t current_version = 8;
+static constexpr int32_t maximum_version = 11;
26
} // namespace
27
28
class Version {
0 commit comments