We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd88827 commit 3f3f1d0Copy full SHA for 3f3f1d0
cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java
@@ -79,7 +79,7 @@ public interface CloudFoundryClient {
79
/**
80
* The currently supported Cloud Controller API version
81
*/
82
- String SUPPORTED_API_VERSION = "2.171.0";
+ String SUPPORTED_API_VERSION = "2.164.0";
83
84
85
* Main entry point to the Cloud Foundry Application Usage Events Client API
0 commit comments