Skip to content

Commit 64a8ee9

Browse files
committed
update gateway version to 1.6.1
1 parent d9d362d commit 64a8ee9

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
@@ -14,7 +14,7 @@ interface ComponentDef { id: 'defguard' | 'defguard-client' | 'defguard-mobile'
1414
const COMPONENTS: ComponentDef[] = [
1515
{ id: 'defguard', name: 'Core', version: '1.6.1', repo: 'defguard', status: '' },
1616
{ id: 'defguard-proxy', name: 'Proxy', version: '1.6.1', repo: 'proxy', status: '' },
17-
{ id: 'defguard-gateway', name: 'Gateway', version: '1.6.0', repo: 'gateway', status: '' },
17+
{ id: 'defguard-gateway', name: 'Gateway', version: '1.6.1', repo: 'gateway', status: '' },
1818
{ id: 'defguard-client', name: 'Desktop App', version: '1.6.3', repo: 'client', status: '' },
1919
{ id: 'defguard-mobile', name: 'Mobile App', version: '1.6.0', repo: 'mobile-client', status: '' },
2020
];

0 commit comments

Comments
 (0)