Sfoglia il codice sorgente

Bump toxiproxy version

Evan Huus 10 anni fa
parent
commit
f8432e85f5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      vagrant/install_cluster.sh

+ 1 - 1
vagrant/install_cluster.sh

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