We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ac2a2 commit e4eb955Copy full SHA for e4eb955
clients/js/packages/client/src/client.ts
@@ -51,7 +51,7 @@ export interface PodPorts {
51
}
52
53
const defaultName: string = 'starship';
54
-const defaultVersion: string = 'v1.1.0';
+const defaultVersion: string = 'v1.2.0';
55
56
// TODO talk to Anmol about moving these into yaml, if not already possible?
57
const defaultPorts: PodPorts = {
0 commit comments