mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Bump platform version.
This commit is contained in:
parent
10aaedc9fc
commit
f8896ef706
@ -30,7 +30,7 @@ import java.util.jar.JarInputStream
|
||||
|
||||
|
||||
// When incrementing platformVersion make sure to update PLATFORM_VERSION in constants.properties as well.
|
||||
const val PLATFORM_VERSION = 12
|
||||
const val PLATFORM_VERSION = 13
|
||||
|
||||
fun ServicesForResolution.ensureMinimumPlatformVersion(requiredMinPlatformVersion: Int, feature: String) {
|
||||
checkMinimumPlatformVersion(networkParameters.minimumPlatformVersion, requiredMinPlatformVersion, feature)
|
||||
|
Loading…
x
Reference in New Issue
Block a user