Skip to content

Commit a1c4608

Browse files
test: final stress testing and counter changes
1 parent 4ace216 commit a1c4608

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vdb-core/src/hnsw_index.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ use crate::pq::PQ;
2424
// ============================================================================
2525

2626
// 🔢 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!";
27+
const CODE_VERSION_COUNTER: u32 = 1026; // ← INCREMENT THIS MANUALLY
28+
const CODE_VERSION_DESCRIPTION: &str = "Test of full logging capability";
2929

3030
// ============================================================================
3131

0 commit comments

Comments
 (0)