Skip to content

Commit 2b52144

Browse files
authored
Upgrade supported v2 API version (#1266)
1 parent 1664cbf commit 2b52144

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

+1-1
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.245.0";
84+
String SUPPORTED_API_VERSION = "2.254.0";
8585

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

0 commit comments

Comments
 (0)