Skip to content

Commit bc92959

Browse files
committed
Update product key and time period
1 parent c34195a commit bc92959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private const val MY_KEY = "product-key-2024.5"
1515

1616
class DigmathonProductKey {
1717

18-
private val myHash = "b9fe040958b98f68533511125bc104435bfefd4293b328060992767d51333321"
18+
private val myHash = "89e0f23f9a0a670b2bb7393a1280aa59eaf7c59c22b77d869b5c9c7af021785f"
1919

2020
@Throws(InvalidProductKeyException::class)
2121
fun validateAndSave(productKey: String) {

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
@@ -38,7 +38,7 @@ class DigmathonService : Disposable {
3838
private val digmathonInfo = AtomicReference(
3939
DigmathonInfo(
4040
LocalDate.of(2024, 5, 1).atStartOfDay().atZone(ZoneId.systemDefault()),
41-
LocalDate.of(2024, 5, 17).atStartOfDay().atZone(ZoneId.systemDefault())
41+
LocalDate.of(2024, 5, 14).atStartOfDay().atZone(ZoneId.systemDefault())
4242
)
4343
)
4444

0 commit comments

Comments
 (0)