Closed lburgazzoli closed 9 years ago
I changed the code a bit to retain backward compatibility with older etcd versions. I moved your code to a new version() method and returned the old getVersion() method to the previous String returnal. This way people can create better migration paths to the new etcd 2.1 without making it mandatory to change the library and etcd version at the same time.
See: eac8ed653489738c75d69bf54b5630a0cfa16e0d
Thanks for the pull request!