mirror of
https://github.com/corda/corda.git
synced 2024-12-27 00:21:12 +00:00
update M12 to M13
This commit is contained in:
parent
1866f6ff7f
commit
ab7403fb17
@ -5,7 +5,7 @@ buildscript {
|
||||
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
|
||||
|
||||
// Our version: bump this on release.
|
||||
ext.corda_release_version = "0.13-SNAPSHOT"
|
||||
ext.corda_release_version = "0.13.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
|
||||
ext.corda_platform_version = 1
|
||||
|
@ -154,7 +154,7 @@ And a simple example CorDapp for you to explore basic concepts is available here
|
||||
You can clone these repos to your local machine by running the command ``git clone [repo URL]``.
|
||||
|
||||
By default, these repos will be on the unstable ``master`` branch. You should check out the latest milestone release
|
||||
instead by running ``git checkout release-M12``.
|
||||
instead by running ``git checkout release-M13``.
|
||||
|
||||
Next steps
|
||||
----------
|
||||
|
@ -2,7 +2,7 @@ Welcome to Corda !
|
||||
==================
|
||||
|
||||
.. warningX:: This build of the docs is from the "|version|" branch, not a milestone release. It may not reflect the
|
||||
current state of the code. `Read the docs for milestone release M12.1 <https://docs.corda.net/releases/release-M12.1/>`_.
|
||||
current state of the code. `Read the docs for milestone release M13 <https://docs.corda.net/releases/release-M13/>`_.
|
||||
|
||||
`Corda <https://www.corda.net/>`_ is a blockchain-inspired open source distributed ledger platform. If you’d like a
|
||||
quick introduction to distributed ledgers and how Corda is different, then watch this short video:
|
||||
|
Loading…
Reference in New Issue
Block a user