From 29b16dbceef6f0f12e5e683e6a8bd7ffb5fd43c4 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Mon, 2 Oct 2017 16:24:03 -0500 Subject: [PATCH] Update supported service broker API version to 2.13. --- README.adoc | 2 +- .../cloud/servicebroker/model/BrokerApiVersion.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 7629b5f1..dea6b59b 100644 --- a/README.adoc +++ b/README.adoc @@ -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 diff --git a/src/main/java/org/springframework/cloud/servicebroker/model/BrokerApiVersion.java b/src/main/java/org/springframework/cloud/servicebroker/model/BrokerApiVersion.java index 953d5546..5ce873b6 100644 --- a/src/main/java/org/springframework/cloud/servicebroker/model/BrokerApiVersion.java +++ b/src/main/java/org/springframework/cloud/servicebroker/model/BrokerApiVersion.java @@ -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.