fix(etcd): get consistent with etcdctl on printing versions

Lets get a bit more consistent in printing the versions:

```
$ ./bin/etcd -version
etcd version 0.3.0+git
$ ./bin/etcdctl -v
etcdctl version 0.3.0+git
```
This commit is contained in:
Brandon Philips
2014-02-13 07:54:44 -08:00
parent db1b53fde7
commit fccecd4a05
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
package server
const ReleaseVersion = "v0.3.0+git"
const ReleaseVersion = "0.3.0+git"