Skip to content

Commit b493c0f

Browse files
committed
set NEXT_MEETUP 7th Nov 2024
1 parent 31ba8dd commit b493c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface MeetupDetails {
1313

1414
export const NEXT_MEETUP: MeetupDetails | undefined = {
1515
title: 'Project Share!',
16-
date: new Date('2024-10-24T17:00:00'),
16+
date: new Date('2024-11-07T17:00:00'),
1717
location: 'AT_2.07',
1818
description: 'Bring your laptop!',
1919
}

0 commit comments

Comments
 (0)