Echo 2024 bringup (#7289)

This commit is contained in:
ByteHamster 2024-07-18 21:08:57 +02:00 committed by GitHub
parent 17b713e10c
commit 600ad2af3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package de.danoeh.antennapod.ui.echo;
import java.util.Calendar;
public class EchoConfig {
public static final int RELEASE_YEAR = 2023;
public static final int RELEASE_YEAR = 2024;
public static long jan1() {
Calendar date = Calendar.getInstance();