Skip to content

Commit

Permalink
Bump store token
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Nov 25, 2024
1 parent be55def commit 5f5e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lazy_static! {
}

// This constant is used to invalidate data when needed
const TOKEN: u16 = 101;
const TOKEN: u16 = 102;

pub struct InvalidData;

Expand Down

0 comments on commit 5f5e3cf

Please sign in to comment.