Browse Source

Run integration tests against 0.8.2

Evan Huus 10 years ago
parent
commit
7ba42d39fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vagrant/install_cluster.sh

+ 1 - 1
vagrant/install_cluster.sh

@@ -2,7 +2,7 @@
 
 set -ex
 
-KAFKA_VERSION=0.8.1.1
+KAFKA_VERSION=0.8.2.0
 
 mkdir -p ${KAFKA_INSTALL_ROOT}
 if [ ! -f ${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_VERSION}.tgz ]; then