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 95f0d1e commit 4fe145cCopy full SHA for 4fe145c
lib/gitpod.ts
@@ -7,7 +7,7 @@ import { Registry } from './registry';
7
import { importCluster } from './charts/cluster-utils';
8
9
// TODO: switch to official gitpod.io build
10
-const version = "aledbf-retag.13";
+const version = "aledbf-retag.19";
11
12
export interface GitpodProps extends cdk.StackProps {
13
domain: string
0 commit comments