Skip to content

Commit 0867bfb

Browse files
committed
Bump supported CC API version to 2.256.0
1 parent a8b834a commit 0867bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public interface CloudFoundryClient {
8181
/**
8282
* The currently supported Cloud Controller API version
8383
*/
84-
String SUPPORTED_API_VERSION = "2.254.0";
84+
String SUPPORTED_API_VERSION = "2.256.0";
8585

8686
/**
8787
* Main entry point to the Cloud Foundry Application Usage Events Client API

0 commit comments

Comments
 (0)