mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

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 ```
4 lines
51 B
Go
4 lines
51 B
Go
package server
|
|
|
|
const ReleaseVersion = "0.3.0+git"
|