From 40637f19e1fd8a53310a4593a3015a0331b88161 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Mon, 16 Aug 2021 18:10:47 -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 11039cf..653cca9 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.56"; +const version = "aledbf-mk3.60"; export interface GitpodProps extends cdk.StackProps { domain: string