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 04c427e commit fb2a24aCopy full SHA for fb2a24a
k8s/helm-chart/Chart.yaml
@@ -21,4 +21,4 @@ version: 0.1.0
21
# incremented each time you make changes to the application. Versions are not expected to
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
# It is recommended to use it with quotes.
24
-appVersion: "0.4.5"
+appVersion: "0.4.6"
ui/src/pages/profile.tsx
@@ -34,7 +34,7 @@ export default function Profile() {
34
Name {me.firstname} {me.lastname}
35
</Box>
36
<Box> Email: {me.email}</Box>
37
- <Box>CodePod version 0.4.5</Box>
+ <Box>CodePod version 0.4.6</Box>
38
</Stack>
39
</Paper>
40
<Divider />
0 commit comments