We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8892b91 commit f97e313Copy full SHA for f97e313
1 file changed
src/pages/sbom.astro
@@ -15,7 +15,7 @@ const COMPONENTS: ComponentDef[] = [
15
{ id: 'defguard', name: 'Core', version: '1.6.1', repo: 'defguard', status: '' },
16
{ id: 'defguard-proxy', name: 'Proxy', version: '1.6.1', repo: 'proxy', status: '' },
17
{ id: 'defguard-gateway', name: 'Gateway', version: '1.6.1', repo: 'gateway', status: '' },
18
- { id: 'defguard-client', name: 'Desktop App', version: '1.6.3', repo: 'client', status: '' },
+ { 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: '' },
20
];
21
0 commit comments