From 1a1a91eb86712c044b2a725252da8dac1197f2cb Mon Sep 17 00:00:00 2001 From: Craig Wickesser Date: Mon, 23 Nov 2015 13:03:38 -0500 Subject: [PATCH] Fix version support Updated the version that the library supports. --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 3b7c89ddb..937e99d9f 100644 --- a/api/README.md +++ b/api/README.md @@ -4,7 +4,7 @@ Consul API client This package provides the `api` package which attempts to provide programmatic access to the full Consul API. -Currently, all of the Consul APIs included in version 0.3 are supported. +Currently, all of the Consul APIs included in version 0.5.2 are supported. Documentation =============