*: bump to v0.4.8

This commit is contained in:
Yicheng Qin 2015-03-23 13:47:10 -07:00
parent fc8020b7d6
commit 2f6ea0a0e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# etcd
README version 0.4.7
README version 0.4.8
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.7"
const ReleaseVersion = "0.4.8"
const InternalVersion = "1"
const Version = "v2"