Skip to content

Commit 9e5f9ba

Browse files
authored
update component versions (#172)
1 parent 5275322 commit 9e5f9ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/sbom.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import FlexibleSection from "../components/FlexibleSection.astro";
1212
// Per-component metadata (id, name, version, repo) to build exact URLs
1313
interface ComponentDef { id: 'defguard' | 'defguard-client' | 'defguard-mobile' | 'defguard-proxy' | 'defguard-gateway'; name: string; version: string; repo: string; status: string }
1414
const COMPONENTS: ComponentDef[] = [
15-
{ id: 'defguard', name: 'Core', version: '1.6.2', repo: 'defguard', status: '' },
16-
{ id: 'defguard-proxy', name: 'Proxy', version: '1.6.2', repo: 'proxy', status: '' },
17-
{ id: 'defguard-gateway', name: 'Gateway', version: '1.6.2', repo: 'gateway', status: '' },
15+
{ id: 'defguard', name: 'Core', version: '1.6.3', 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: '' },
1818
{ id: 'defguard-client', name: 'Desktop App', version: '1.6.4', repo: 'client', status: '' },
1919
{ id: 'defguard-mobile', name: 'Mobile App', version: '1.6.0', repo: 'mobile-client', status: '' },
2020
];

0 commit comments

Comments
 (0)