Skip to content

Commit

Permalink
RELEASE - Corda 3.4 build number
Browse files Browse the repository at this point in the history
  • Loading branch information
fenryka committed Mar 13, 2019
1 parent 6133998 commit 866f07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
file("$projectDir/constants.properties").withInputStream { constants.load(it) }

// Our version: bump this on release.
ext.corda_release_version = "3.4-RC02"
ext.corda_release_version = "3.4-corda"

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

0 comments on commit 866f07c

Please sign in to comment.