github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/actor/v7action/version.go (about)

     1  package v7action
     2  
     3  // CloudControllerAPIVersion returns back the Cloud Controller API version.
     4  func (actor Actor) CloudControllerAPIVersion() string {
     5  	return actor.CloudControllerClient.CloudControllerAPIVersion()
     6  }