Procházet zdrojové kódy

Run integration tests against 0.8.2

Evan Huus před 11 roky
rodič
revize
7ba42d39fa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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