Skip to content

Commit

Permalink
Merge pull request #2720 from Taraxa-project/release/1.7.4
Browse files Browse the repository at this point in the history
release 1.7.4
  • Loading branch information
MatusKysel authored Mar 13, 2024
2 parents a4e15aa + 304fd82 commit a32de02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
# Set current version of the project
set(TARAXA_MAJOR_VERSION 1)
set(TARAXA_MINOR_VERSION 7)
set(TARAXA_PATCH_VERSION 3)
set(TARAXA_PATCH_VERSION 4)
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
2 changes: 1 addition & 1 deletion submodules/taraxa-evm

0 comments on commit a32de02

Please sign in to comment.