Skip to content

Commit fb2a24a

Browse files
committed
bump version number to 0.4.6
1 parent 04c427e commit fb2a24a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.4.5"
24+
appVersion: "0.4.6"

ui/src/pages/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Profile() {
3434
Name {me.firstname} {me.lastname}
3535
</Box>
3636
<Box> Email: {me.email}</Box>
37-
<Box>CodePod version 0.4.5</Box>
37+
<Box>CodePod version 0.4.6</Box>
3838
</Stack>
3939
</Paper>
4040
<Divider />

0 commit comments

Comments
 (0)