From e3c76869fa15f23496b96453df671c0acf8628c1 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Wed, 19 Aug 2026 10:03:50 +0000 Subject: [PATCH] chore: bump herokuish to 0.11.16 --- contrib/dependencies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/dependencies.json b/contrib/dependencies.json index 3c27a0bca..d819cd13d 100644 --- a/contrib/dependencies.json +++ b/contrib/dependencies.json @@ -94,10 +94,10 @@ }, { "name": "herokuish", - "version": "0.11.15", + "version": "0.11.16", "urls": { - "amd64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.15/herokuish_0.11.15_linux_x86_64.tgz", - "arm64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.15/herokuish_0.11.15_linux_x86_64.tgz" + "amd64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.16/herokuish_0.11.16_linux_x86_64.tgz", + "arm64": "https://github.com/gliderlabs/herokuish/releases/download/v0.11.16/herokuish_0.11.16_linux_x86_64.tgz" } } ]