Skip to content

Commit

Permalink
setting pre_release_version to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsdf committed Sep 6, 2023
1 parent 1017684 commit e515412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-env-common/src/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub const ENV_META_V0_SECTION_NAME: &str = "contractenvmetav0";

soroban_env_macros::generate_env_meta_consts!(
ledger_protocol_version: 20,
pre_release_version: 57,
pre_release_version: 0,
);

pub fn get_ledger_protocol_version(interface_version: u64) -> u32 {
Expand Down

0 comments on commit e515412

Please sign in to comment.