Skip to content

Commit 8c8540e

Browse files
committed
updated dates
1 parent 6ff59b4 commit 8c8540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/digmathon/DigmathonService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DigmathonService : Disposable {
3737
private val digmathonInfo = AtomicReference(
3838
DigmathonInfo(
3939
LocalDate.of(2024, 4, 5).atStartOfDay().atZone(ZoneId.systemDefault()),
40-
LocalDate.of(2024, 4, 13).atStartOfDay().atZone(ZoneId.systemDefault())
40+
LocalDate.of(2024, 4, 17).atStartOfDay().atZone(ZoneId.systemDefault())
4141
)
4242
)
4343

0 commit comments

Comments
 (0)