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 f127c5f commit 27dc561Copy full SHA for 27dc561
1 file changed
src/pages/sbom.astro
@@ -15,8 +15,8 @@ const COMPONENTS: ComponentDef[] = [
15
{ id: 'defguard', name: 'Core', version: '1.6.4', repo: 'defguard', status: '' },
16
{ id: 'defguard-proxy', name: 'Proxy', version: '1.6.3', repo: 'proxy', status: '' },
17
{ id: 'defguard-gateway', name: 'Gateway', version: '1.6.3', repo: 'gateway', status: '' },
18
- { id: 'defguard-client', name: 'Desktop App', version: '1.6.4', repo: 'client', status: '' },
19
- { id: 'defguard-mobile', name: 'Mobile App', version: '1.6.0', repo: 'mobile-client', status: '' },
+ { id: 'defguard-client', name: 'Desktop App', version: '1.6.6', repo: 'client', status: '' },
+ { id: 'defguard-mobile', name: 'Mobile App', version: '1.6.2', repo: 'mobile-client', status: '' },
20
];
21
22
const buildReleaseTag = (version: string): string => `v${version}`;
0 commit comments