File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clients/js/packages/client/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export interface PodPorts {
5151}
5252
5353const defaultName : string = 'starship' ;
54- const defaultVersion : string = 'v1.3 .0' ;
54+ const defaultVersion : string = 'v1.4 .0' ;
5555
5656// TODO talk to Anmol about moving these into yaml, if not already possible?
5757const defaultPorts : PodPorts = {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.3 .0
18+ version : 1.4 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments