From 31308d724a7c996761f4fe3c9813f9b4f2fc2e26 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Mon, 3 Mar 2025 16:40:21 +0530 Subject: [PATCH] new chart version 1.4.0 --- clients/js/packages/client/src/client.ts | 2 +- starship/charts/devnet/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/js/packages/client/src/client.ts b/clients/js/packages/client/src/client.ts index bf4a13c12..b900b2d80 100644 --- a/clients/js/packages/client/src/client.ts +++ b/clients/js/packages/client/src/client.ts @@ -51,7 +51,7 @@ export interface PodPorts { } const defaultName: string = 'starship'; -const defaultVersion: string = 'v1.3.0'; +const defaultVersion: string = 'v1.4.0'; // TODO talk to Anmol about moving these into yaml, if not already possible? const defaultPorts: PodPorts = { diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml index c4adafd3f..0d2407949 100644 --- a/starship/charts/devnet/Chart.yaml +++ b/starship/charts/devnet/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.0 +version: 1.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to