Skip to content

Commit 65d3e80

Browse files
pivotal-david-osullivanDavid O'Sullivan
authored and
David O'Sullivan
committed
Set supported-api-version to 164 (#1139)
1 parent 0900583 commit 65d3e80

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
@@ -79,7 +79,7 @@ public interface CloudFoundryClient {
7979
/**
8080
* The currently supported Cloud Controller API version
8181
*/
82-
String SUPPORTED_API_VERSION = "2.171.0";
82+
String SUPPORTED_API_VERSION = "2.164.0";
8383

8484
/**
8585
* Main entry point to the Cloud Foundry Application Usage Events Client API

0 commit comments

Comments
 (0)