From e5bc4a7981580d367e536414c7ac4c77065c64fe Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Mon, 16 Aug 2021 21:18:36 -0400 Subject: [PATCH] Sync upstream Signed-off-by: Manuel Alejandro de Brito Fontes --- lib/gitpod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitpod.ts b/lib/gitpod.ts index 653cca9..5ea3ba1 100644 --- a/lib/gitpod.ts +++ b/lib/gitpod.ts @@ -18,7 +18,7 @@ var createNestedObject = function (base: any, names: any, value: any) { }; // TODO: switch to official gitpod.io build. -const version = "aledbf-mk3.60"; +const version = "aledbf-mk3.61"; export interface GitpodProps extends cdk.StackProps { domain: string