Skip to content

Commit

Permalink
RELEASE - Post V3.1 update vno to 3.2-corda-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Katelyn Baker committed Apr 11, 2018
1 parent e2c8346 commit 503071a
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.1-corda"
ext.corda_release_version = "3.2-corda-snapshot"

// 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 503071a

Please sign in to comment.