Skip to content

Commit 1bfb298

Browse files
authored
Merge pull request #2055 from digma-ai/hf/change-digmathon-dates
updated dates
2 parents 6ff59b4 + 8c8540e commit 1bfb298

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)