Update supported service broker API version to 2.13.

This commit is contained in:
Scott Frederick
2017-10-02 16:24:03 -05:00
parent 9bde2f3d80
commit 29b16dbcee
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ This project replaces https://github.com/cloudfoundry-community/spring-boot-cf-s
== Compatibility
* http://docs.cloudfoundry.org/services/api.html[Service Broker API]: 2.11
* http://docs.cloudfoundry.org/services/api.html[Service Broker API]: 2.13
== Getting Started

View File

@@ -12,7 +12,7 @@ public class BrokerApiVersion {
public final static String DEFAULT_API_VERSION_HEADER = "X-Broker-Api-Version";
public final static String API_VERSION_ANY = "*";
public final static String API_VERSION_CURRENT = "2.10";
public final static String API_VERSION_CURRENT = "2.13";
/**
* The name of the HTTP header field expected to contain the API version of the service broker client.