[NOTICK] - Bump platform version to 7

This commit is contained in:
Dimos Raptis
2020-04-21 14:40:48 +01:00
committed by GitHub
parent 2bcaa2ac80
commit ad020647ab
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import java.util.jar.JarInputStream
// *Internal* Corda-specific utilities.
const val PLATFORM_VERSION = 6
const val PLATFORM_VERSION = 7
fun ServicesForResolution.ensureMinimumPlatformVersion(requiredMinPlatformVersion: Int, feature: String) {
checkMinimumPlatformVersion(networkParameters.minimumPlatformVersion, requiredMinPlatformVersion, feature)