Przeglądaj źródła

Run integration tests against 0.8.2

Evan Huus 11 lat temu
rodzic
commit
7ba42d39fa
1 zmienionych plików z 1 dodań i 1 usunięć
  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