Skip to content

Commit

Permalink
chore: bump app version 2 -> 3
Browse files Browse the repository at this point in the history
Refs #4325, #4365.
  • Loading branch information
conorsch committed May 9, 2024
1 parent e0276d7 commit 30e3667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
| ------------------------- | ---------------------- | -------- | -------- |
| 1 (Testnet 70) | v0.70.x | v0.37.5 | v1 |
| 2 (Testnet 73) | v0.73.x | v0.37.5 | v1 |
| 3 (Testnet 74) | v0.74.x | v0.37.5 | v1 |
2 changes: 1 addition & 1 deletion crates/core/app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use once_cell::sync::Lazy;

/// Representation of the Penumbra application version. Notably, this is distinct
/// from the crate version(s). This number should only ever be incremented.
pub const APP_VERSION: u64 = 2;
pub const APP_VERSION: u64 = 3;

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

0 comments on commit 30e3667

Please sign in to comment.