Skip to content

Commit 0eb8d99

Browse files
committed
Bump 0.6.0 version
1 parent 9e7f4ce commit 0eb8d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project(eos-evm-node)
2121
set(VERSION_MAJOR 0)
2222
set(VERSION_MINOR 6)
2323
set(VERSION_PATCH 0)
24-
set(VERSION_SUFFIX rc2)
24+
#set(VERSION_SUFFIX stable)
2525

2626
if(VERSION_SUFFIX)
2727
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

0 commit comments

Comments
 (0)