Skip to content

Commit

Permalink
nv23 upgrade code name (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju authored Jun 20, 2024
1 parent 1394216 commit 5659196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/version/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl NetworkVersion {
pub const V21: Self = Self(21);
/// Dragon (builtin-actors v13)
pub const V22: Self = Self(22);
/// TBD (builtin-actors v14)
/// Waffle (builtin-actors v14)
pub const V23: Self = Self(23);

pub const MAX: Self = Self(u32::MAX);
Expand Down

0 comments on commit 5659196

Please sign in to comment.