ソースを参照

Bump toxiproxy version

Evan Huus 10 年 前
コミット
f8432e85f5
1 ファイル変更1 行追加1 行削除
  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