Skip to content

Commit

Permalink
Bump CACHE_VERSION
Browse files Browse the repository at this point in the history
This should have been done in b54968a

Change: cache-bump
  • Loading branch information
christian-schilling committed Oct 26, 2023
1 parent 4a5c0a1 commit 5d50def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion josh-core/src/cache.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::*;
use std::collections::HashMap;

const CACHE_VERSION: u64 = 15;
const CACHE_VERSION: u64 = 16;

lazy_static! {
static ref DB: std::sync::Mutex<Option<sled::Db>> = std::sync::Mutex::new(None);
Expand Down

0 comments on commit 5d50def

Please sign in to comment.