Custom chef version also in Private Chef

Configured PrivateChefAsyncClient to read the value of the
X-Chef-Version header from the jclouds.api-version property.
This commit is contained in:
Ignasi Barrera 2012-06-29 16:08:30 +02:00
parent 194cd906ce
commit b4b7f5623a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ import com.google.common.util.concurrent.ListenableFuture;
@Headers(keys = "X-Chef-Version", values = "{" + Constants.PROPERTY_API_VERSION + "}")
@Consumes(MediaType.APPLICATION_JSON)
public interface ChefAsyncClient {
public static final String VERSION = "0.9.8";
public static final String VERSION = "0.10.8";
/**
* @see ChefClient#getUploadSandboxForChecksums(Set)