We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07ee1e commit 805fbafCopy full SHA for 805fbaf
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.0.0';
+const defaultVersion: string = 'v1.1.0';
55
56
// TODO talk to Anmol about moving these into yaml, if not already possible?
57
const defaultPorts: PodPorts = {
0 commit comments