Skip to content

Commit ac35558

Browse files
committed
update core version on SBOM page
1 parent 9e5f9ba commit ac35558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/sbom.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.3', repo: 'defguard', status: '' },
15+
{ id: 'defguard', name: 'Core', version: '1.6.4', repo: 'defguard', status: '' },
1616
{ id: 'defguard-proxy', name: 'Proxy', version: '1.6.3', repo: 'proxy', status: '' },
1717
{ 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: '' },

0 commit comments

Comments
 (0)