Skip to content

Commit

Permalink
chore: increment APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Nov 22, 2024
1 parent 5b6d935 commit 6438746
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 @@ -9,3 +9,4 @@
| 7 (Testnet 78) | v0.78.x | v0.37.5 | v1 |
| 7 (Mainnet) | v0.79.x | v0.37.x | v1 |
| 8 (Mainnet) | v0.80.x | v0.37.x | v1 |
| 9 (Mainnet) | v0.81.x | v0.37.x | v1 |
2 changes: 1 addition & 1 deletion crates/core/app/src/app_version.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// 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 = 8;
pub const APP_VERSION: u64 = 9;

cfg_if::cfg_if! {
if #[cfg(feature="component")] {
Expand Down

0 comments on commit 6438746

Please sign in to comment.