bump to v0.4.7

release-0.4 v0.4.7
Yicheng Qin 2015-02-10 15:59:33 -08:00
parent c25127a699
commit d6523fe463
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
package server
const ReleaseVersion = "0.4.6"
const ReleaseVersion = "0.4.7"
const InternalVersion = "1"
const Version = "v2"