mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
@@ -1,3 +1,3 @@
|
||||
package server
|
||||
|
||||
const ReleaseVersion = "v0.3.0+git"
|
||||
const ReleaseVersion = "0.3.0+git"
|
||||
|
||||
Reference in New Issue
Block a user