We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ace216 commit a1c4608Copy full SHA for a1c4608
1 file changed
vdb-core/src/hnsw_index.rs
@@ -24,8 +24,8 @@ use crate::pq::PQ;
24
// ============================================================================
25
26
// 🔢 MANUAL VERSION COUNTER - Change this number after each code change
27
-const CODE_VERSION_COUNTER: u32 = 1027; // ← INCREMENT THIS MANUALLY
28
-const CODE_VERSION_DESCRIPTION: &str = "Test after stuffing up git and dev branch merge!";
+const CODE_VERSION_COUNTER: u32 = 1026; // ← INCREMENT THIS MANUALLY
+const CODE_VERSION_DESCRIPTION: &str = "Test of full logging capability";
29
30
31
0 commit comments