summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Grafton <jgrafton@google.com>2015-10-08 15:57:24 -0700
committerJeff Grafton <jgrafton@google.com>2015-10-13 16:05:56 -0700
commitd587e3b9f965b6528fbe9b058056f4e7c70ef6f4 (patch)
tree836e0ef21ba980b73cd8fe208d1184a7f75fa98f
parente2dd98e6052420a1198bcb632c5353f10d5b2894 (diff)
Update test helpers and dev doc to use etcd v2.0.12.
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index 87fb02d5..4375d73e 100644
--- a/development.md
+++ b/development.md
@@ -264,7 +264,7 @@ Coverage results for the project can also be viewed on [Coveralls](https://cover
## Integration tests
-You need an [etcd](https://github.com/coreos/etcd/releases/tag/v2.0.0) in your path, please make sure it is installed and in your ``$PATH``.
+You need an [etcd](https://github.com/coreos/etcd/releases/tag/v2.0.12) in your path, please make sure it is installed and in your ``$PATH``.
```sh
cd kubernetes