diff --git a/website/source/docs/commands/kv.html.markdown b/website/source/docs/commands/kv.html.markdown
index f44a49bc82..24258003ee 100644
--- a/website/source/docs/commands/kv.html.markdown
+++ b/website/source/docs/commands/kv.html.markdown
@@ -10,7 +10,8 @@ Command: `consul kv`
The `kv` command is used to interact with Consul's key-value store via the
command line. It exposes top-level commands for inserting, updating, reading,
-and deleting from the store.
+and deleting from the store. This command is available in Consul 0.7.1 and
+later.
The key-value store is also accessible via the
[HTTP API](docs/agent/http/kv.html).