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 e91a590 commit e916bf1Copy full SHA for e916bf1
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.5.0';
+const defaultVersion: string = 'v1.6.0';
55
56
// TODO talk to Anmol about moving these into yaml, if not already possible?
57
const defaultPorts: PodPorts = {
0 commit comments