Skip to content

Commit 9bf4c0b

Browse files
author
Nico Sammito
authored
Merge pull request #92 from code0-tech/feat/#71
Sagittarius version is a placeholder
2 parents dacdb6c + 07eb52b commit 9bf4c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/ce/src/application/pages/ApplicationSettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const ApplicationSettingsPage: React.FC = () => {
151151
<Text size={"md"} hierarchy={"primary"}>Sagittarius version</Text>
152152
<Text size={"md"} hierarchy={"tertiary"}>Version of the backend</Text>
153153
</Flex>
154-
<Badge color={"info"}>2134929721-ee</Badge>
154+
<Badge color={"info"}>{application?.metadata?.version}</Badge>
155155
</Flex>
156156
</CardSection>
157157
</Card>

0 commit comments

Comments
 (0)