Skip to content

Commit

Permalink
[Gas] bump gas version for 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x committed Oct 16, 2024
1 parent 85f5e60 commit b29f09f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aptos-move/aptos-gas-schedule/src/ver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
/// global operations.
/// - V1
/// - TBA
pub const LATEST_GAS_FEATURE_VERSION: u64 = gas_feature_versions::RELEASE_V1_21;
pub const LATEST_GAS_FEATURE_VERSION: u64 = gas_feature_versions::RELEASE_V1_22;

pub mod gas_feature_versions {
pub const RELEASE_V1_8: u64 = 11;
Expand All @@ -86,4 +86,7 @@ pub mod gas_feature_versions {
pub const RELEASE_V1_19: u64 = 23;
pub const RELEASE_V1_20: u64 = 24;
pub const RELEASE_V1_21: u64 = 25;
pub const RELEASE_V1_22: u64 = 26;
pub const RELEASE_V1_23: u64 = 27;
pub const RELEASE_V1_24: u64 = 28;
}

0 comments on commit b29f09f

Please sign in to comment.