From de1f71597ac523d193c1aa1ef3d2184f0b44a9fc Mon Sep 17 00:00:00 2001 From: Ashwanth Kumar Date: Tue, 6 Sep 2016 19:02:01 +0530 Subject: [PATCH] Bumping the version to v0.3.2 --- marathon.json.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marathon.json.conf b/marathon.json.conf index db50c18..28a0485 100644 --- a/marathon.json.conf +++ b/marathon.json.conf @@ -9,7 +9,7 @@ "ports": [], "cmd": "chmod +x marathon-alerts-linux-amd64 && ./marathon-alerts-linux-amd64 --uri ${MARATHON_URI} --slack-webhook ${SLACK_WEBHOOK} --pid PID", "uris": [ - "https://github.com/ashwanthkumar/marathon-alerts/releases/download/v0.3.1/marathon-alerts-linux-amd64" + "https://github.com/ashwanthkumar/marathon-alerts/releases/download/v0.3.2/marathon-alerts-linux-amd64" ], "upgradeStrategy": { "minimumHealthCapacity": 0.9,