Skip to content

Commit 9a641b5

Browse files
committed
Merge pull request #10 from Shopify/update_version
Update version to 0.1.2
2 parents f7e0515 + 1fdd1c0 commit 9a641b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Toxiproxy.populate([{
8282
})
8383
```
8484

85-
This will create the proxies passed, if they don't already exist, in Toxiproxy.
85+
This will create the proxies passed, or replace the proxies if they already exist in Toxiproxy.
8686
It's recommended to do this early as early in boot as possible, see the
8787
[Toxiproxy README](https://github.com/shopify/toxiproxy#Usage). If you have many
8888
proxies, we recommend storing the Toxiproxy configs in a configuration file.

bin/start-toxiproxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
VERSION='0eef7f44653b07ee0e0f8de1cc64b09a'
3+
VERSION='21a264cc75549c3ae837b606eb6e17ea'
44

55
echo "[start toxiproxy]"
66
curl --silent http://shopify-vagrant.s3.amazonaws.com/toxiproxy/toxiproxy-$VERSION -o ./bin/toxiproxy

lib/toxiproxy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Toxiproxy
2-
VERSION = "0.1.1"
2+
VERSION = "0.1.2"
33
end

0 commit comments

Comments
 (0)