mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +00:00
Update corda version tag to 1.0.0
This commit is contained in:
parent
b01a8c548a
commit
31be2a4917
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user