Skip to content

Commit 12c5fdd

Browse files
committed
Add pre-release
1 parent b2b91c9 commit 12c5fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

types/resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import type { FirmwareResource } from './api';
22

33
// Remove the OfflineHardwareList since it's now in /public/data/hardware-list.json
44

5-
const currentPrereleaseId = '2.7.18.fb3bf78';
5+
const currentPrereleaseId = '2.7.19.e9d4485';
66

7-
export const showPrerelease = false;
7+
export const showPrerelease = true;
88

99
export const currentPrerelease = <FirmwareResource>{
1010
id: `v${currentPrereleaseId}`,

0 commit comments

Comments
 (0)