Skip to content

Commit

Permalink
Update corda version tag to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josecoll committed Oct 2, 2017
1 parent b01a8c5 commit 31be2a4
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 = "1.0.0-RC4"
ext.corda_release_version = "1.0.0"

// Increment this on any release that changes public APIs anywhere in the Corda platform
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
Expand Down

0 comments on commit 31be2a4

Please sign in to comment.