Skip to content

Commit

Permalink
pd: bump app_version 4 -> 5 (#4463)
Browse files Browse the repository at this point in the history
## Describe your changes
We're not actually using this value in storage yet (#4365), but we still
update it for clarity about compatibility.

## Issue ticket number and link

## Checklist before requesting a review

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

> docs and logging-only app version, does not affect how node comes to
consensus

Co-authored-by: Conor Schaefer <[email protected]>
  • Loading branch information
conorsch and conorsch authored May 24, 2024
1 parent aa5b4e7 commit dd849db
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 @@ -4,3 +4,4 @@
| 2 (Testnet 73) | v0.73.x | v0.37.5 | v1 |
| 3 (Testnet 74) | v0.74.x | v0.37.5 | v1 |
| 4 (Testnet 75) | v0.75.x | v0.37.5 | v1 |
| 5 (Testnet 76) | v0.76.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 = 4;
pub const APP_VERSION: u64 = 5;

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

0 comments on commit dd849db

Please sign in to comment.