We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb9881 commit 48623e4Copy full SHA for 48623e4
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 = 1026; // ← INCREMENT THIS MANUALLY
28
-const CODE_VERSION_DESCRIPTION: &str = "Test of full logging capability";
+const CODE_VERSION_COUNTER: u32 = 1027; // ← INCREMENT THIS MANUALLY
+const CODE_VERSION_DESCRIPTION: &str = "Test after stuffing up git and dev branch merge!";
29
30
31
0 commit comments