> @@ -44,6 +44,11 @@
> * @author Ignasi Barrera
> */
> public class ChefApiMetadata extends BaseHttpApiMetadata<ChefApi> {
> +
> + /**
> + * The default Chef Server API version to use.
> + */
> + public static final String DEFAULT_VERSION = "0.10.8";`DEFAULT_API_VERSION`? Just wondering whether otherwise it could be confused with the version _of the metadata_? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/19/files#r6363859
