Skip to content

Commit

Permalink
Update db.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Sep 29, 2024
1 parent 5bb203a commit 75ccfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use crate::{

type TimeId = i64;

const DB_VERSION: &str = "4-dev";
const DB_VERSION: &str = "4";
const DB_PATH: &str = constcat::concat!(APPID, "-db-", DB_VERSION, ".sqlite");

#[derive(Clone, Eq, Derivative)]
Expand Down

0 comments on commit 75ccfb9

Please sign in to comment.