Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Update to Corda 0.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Nicoll committed Jul 5, 2017
1 parent c75fc11 commit e7c6fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Change directories to the newly cloned repo:

cd cordapp-tutorial
Check out the latest milestone release (currently `release-M11.1`):
Check out the latest milestone release (currently `release-M11.2`):

git checkout release-M11.1
git checkout release-M11.2
Non-milestone releases are development branches, and can be unstable
or even broken. You should develop against a milestone release.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.corda_release_version = '0.11.1'
ext.corda_release_version = '0.11.2'
ext.corda_gradle_plugins_version = '0.11.2'
ext.kotlin_version = '1.1.1'
ext.quasar_version = '0.7.6'
Expand Down

0 comments on commit e7c6fe7

Please sign in to comment.