From 15382d3c4d83b06915b52a6daa7f6c06be4d1cb7 Mon Sep 17 00:00:00 2001 From: Jag Date: Thu, 11 Mar 2021 09:52:02 -0800 Subject: [PATCH] chore: upgrade heroku stack --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 7ba8ca1..f4bf6c7 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,5 @@ { "name": "Git2Gus", - "description": "A GitHub application to keep issues in sync with Salesforce's Agile Accelerator." + "description": "A GitHub application to keep issues in sync with Salesforce's Agile Accelerator.", + "stack": "heroku-20" }