Skip to content

Commit

Permalink
chore: update pd & cometbft versions
Browse files Browse the repository at this point in the history
The cometbft version bump is updated to include 0.37.15, to include
patches to security issues. See details in [0].

[0] https://github.com/cometbft/cometbft/blob/v0.37.15/CHANGELOG.md#v03715
  • Loading branch information
conorsch committed Feb 3, 2025
1 parent a45c822 commit 913a36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions penumbra_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
// works in normal prose, but fails in backticked-codeblocks. There's some discussion
// about how to do this better in https://github.com/orgs/mdx-js/discussions/2288.

export const PENUMBRA_VERSION = 'v0.79.3';
export const COMETBFT_VERSION = 'v0.37.9';
export const PENUMBRA_VERSION = 'v1.0.1';
export const COMETBFT_VERSION = 'v0.37.15';

0 comments on commit 913a36b

Please sign in to comment.