Skip to content

Commit

Permalink
Merge pull request #59 from eosnetworkfoundation/elmato/merge-bump_0_…
Browse files Browse the repository at this point in the history
…6_0_rc2-to-main

[0.6 -> main] Bump 0.6.0-rc2 version
  • Loading branch information
arhag authored Sep 22, 2023
2 parents 243e0e9 + 7d82dcd commit 85ed7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(eos-evm-node)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)
set(VERSION_SUFFIX rc2)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down

0 comments on commit 85ed7ab

Please sign in to comment.