maoling edited a comment on issue #913: ZOOKEEPER-3368:Add a new cli:version URL: https://github.com/apache/zookeeper/pull/913#issuecomment-487363320 @eolivelli Yep,the `version` cli should show the version of client, rather than the server. Look at an example from etcd: > [root@java_dev_003 etcd-v3.3.11]# ./etcdctl version > etcdctl version: 3.3.11 > API version: 3.3 > [root@java_dev_003 etcd-v3.3.11]# etcd --version > etcd Version: 3.3.11 > Git SHA: 2cf9e51d2 > Go Version: go1.10.7 > Go OS/Arch: linux/amd64 I will try to change this.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
