From d6523fe4638100c72f40cb282cd1232db13f7336 Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Tue, 10 Feb 2015 15:59:33 -0800 Subject: [PATCH] bump to v0.4.7 --- README.md | 2 +- server/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0bd27e15..c3554ebe2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # etcd -README version 0.4.6 +README version 0.4.7 A highly-available key value store for shared configuration and service discovery. etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being: diff --git a/server/version.go b/server/version.go index 5e08e0fd5..9cf08116d 100644 --- a/server/version.go +++ b/server/version.go @@ -1,5 +1,5 @@ package server -const ReleaseVersion = "0.4.6" +const ReleaseVersion = "0.4.7" const InternalVersion = "1" const Version = "v2"