Skip to content

Commit

Permalink
app: increment APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Mar 28, 2024
1 parent 6740e6f commit 66c0812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub use crate::{

use once_cell::sync::Lazy;

pub const APP_VERSION: u64 = 1;
pub const APP_VERSION: u64 = 2;

pub static SUBSTORE_PREFIXES: Lazy<Vec<String>> = Lazy::new(|| {
vec![
Expand Down

0 comments on commit 66c0812

Please sign in to comment.