Skip to content

Commit ecea714

Browse files
Katelyn Bakerbenabineri
authored andcommitted
RELEASE: update vno for release testing (corda#2933)
* RELEASE: update vno for release testing * [CORDA-1292] Add CordaService testing documentation and improve tests in irs-demo (corda#2929) * Add CordaService testing documentation and improve tests in irs-demo * Addressed review comments * [CORDA-1292] Add CordaService testing documentation and improve tests in irs-demo (corda#2929) * Add CordaService testing documentation and improve tests in irs-demo * Addressed review comments (reverted from commit 4d39be1)
1 parent 7501e87 commit ecea714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
55

66
// Our version: bump this on release.
7-
ext.corda_release_version = "corda-3.1-snapshot"
7+
ext.corda_release_version = "corda-3.1-RC01"
88

99
// Increment this on any release that changes public APIs anywhere in the Corda platform
1010
ext.corda_platform_version = constants.getProperty("platformVersion")

0 commit comments

Comments
 (0)