Skip to content

Commit

Permalink
Bump gas for 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored Dec 18, 2024
1 parent b98e6b9 commit 353e679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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_24;
pub const LATEST_GAS_FEATURE_VERSION: u64 = gas_feature_versions::RELEASE_V1_25;

pub mod gas_feature_versions {
pub const RELEASE_V1_8: u64 = 11;
Expand All @@ -89,4 +89,5 @@ pub mod gas_feature_versions {
pub const RELEASE_V1_22: u64 = 26;
pub const RELEASE_V1_23: u64 = 27;
pub const RELEASE_V1_24: u64 = 28;
pub const RELEASE_V1_25: u64 = 29;
}

0 comments on commit 353e679

Please sign in to comment.