We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329cb28 commit 40637f1Copy full SHA for 40637f1
lib/gitpod.ts
@@ -18,7 +18,7 @@ var createNestedObject = function (base: any, names: any, value: any) {
18
};
19
20
// TODO: switch to official gitpod.io build.
21
-const version = "aledbf-mk3.56";
+const version = "aledbf-mk3.60";
22
23
export interface GitpodProps extends cdk.StackProps {
24
domain: string
0 commit comments