summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-02-15 19:45:26 -0800
committerJoshua Harlow <harlowja@gmail.com>2015-02-15 19:45:26 -0800
commit487e8a824f8f54d6cabf00f44c5b852380f5f0d4 (patch)
tree33937802d547b8ec8e766cf6f379a152612397d0
parentf74335f693cc032d94db3d68d0c4c91f7986313b (diff)
downloadzake-487e8a824f8f54d6cabf00f44c5b852380f5f0d4.tar.gz
Update run_zookeeper.sh
The version that is findable is 3.4.6 (not 3.4.5)
-rwxr-xr-xtools/run_zookeeper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_zookeeper.sh b/tools/run_zookeeper.sh
index c3a124d..66166c5 100755
--- a/tools/run_zookeeper.sh
+++ b/tools/run_zookeeper.sh
@@ -32,7 +32,7 @@ function on_exit() {
trap "on_exit" EXIT
-VERSION="3.4.5"
+VERSION="3.4.6"
if [ ! -d "$PWD/.zookeeper" ]; then
mkdir -p "$PWD/.zookeeper"
fi