bin/start-toxiproxy.sh in toxiproxy-1.0.2 vs bin/start-toxiproxy.sh in toxiproxy-1.0.3
- old
+ new
@@ -1,7 +1,7 @@
#!/bin/bash -e
-VERSION='v2.0.0'
+VERSION='v2.1.0'
TOXIPROXY_LOG_DIR=${CIRCLE_ARTIFACTS:-'/tmp'}
if [[ "$OSTYPE" == "linux"* ]]; then
DOWNLOAD_TYPE="linux-amd64"
elif [[ "$OSTYPE" == "darwin"* ]]; then