Skip to content

Commit

Permalink
chore: increase version and add cornus_hf block to testnet genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
kstdl committed Sep 25, 2024
1 parent 5c33303 commit 2d66b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.20)

# Set current version of the project
set(TARAXA_MAJOR_VERSION 1)
set(TARAXA_MINOR_VERSION 11)
set(TARAXA_PATCH_VERSION 4)
set(TARAXA_MINOR_VERSION 12)
set(TARAXA_PATCH_VERSION 0)
set(TARAXA_VERSION ${TARAXA_MAJOR_VERSION}.${TARAXA_MINOR_VERSION}.${TARAXA_PATCH_VERSION})

# Any time a change in the network protocol is introduced this version should be increased
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@
"pillar_blocks_interval": 1000,
"bridge_contract_address": "0xcAF2b453FE8382a4B8110356DF0508f6d71F22BF"
},
"cornus_hf_block_num": -1
"cornus_hf_block_num": 1529200
}
}

0 comments on commit 2d66b0c

Please sign in to comment.