We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e8c3e commit ba7cae1Copy full SHA for ba7cae1
1 file changed
script/travis_zk.sh
@@ -3,7 +3,7 @@
3
if [ $# -gt 0 ] ; then
4
ZK_VERSION="$1"
5
else
6
- ZK_VERSION="3.4.7"
+ ZK_VERSION="3.4.12"
7
fi
8
9
wget "http://apache.cs.utah.edu/zookeeper/zookeeper-${ZK_VERSION}/zookeeper-${ZK_VERSION}.tar.gz"
0 commit comments