We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f03e95 commit c795110Copy full SHA for c795110
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
junit_version = '5.3.1'
15
16
onixlabs_group = 'io.onixlabs'
17
- onixlabs_corda_core_release_version = '2.0.0-rc5'
+ onixlabs_corda_core_release_version = '2.0.0'
18
19
cordapp_platform_version = 8
20
cordapp_contract_name = 'ONIXLabs Corda Identity Framework Contract'
@@ -45,7 +45,7 @@ buildscript {
45
}
46
47
group 'io.onixlabs'
48
-version '2.0.0-rc3'
+version '2.0.0'
49
50
subprojects {
51
repositories {
0 commit comments