Skip to content

Commit 69b30f7

Browse files
authored
Merge pull request #36 from eosnetworkfoundation/bump-v310rc2
Bump version to 3.1.0-rc2
2 parents 0a0327c + 1d0bed9 commit 69b30f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(eosio_contracts)
55
set(VERSION_MAJOR 3)
66
set(VERSION_MINOR 1)
77
set(VERSION_PATCH 0)
8-
set(VERSION_SUFFIX rc1)
8+
set(VERSION_SUFFIX rc2)
99

1010
if(VERSION_SUFFIX)
1111
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

0 commit comments

Comments
 (0)