Skip to content

Commit 48623e4

Browse files
Test: Final stress test and version counter change
1 parent efb9881 commit 48623e4

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

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

0 commit comments

Comments
 (0)