From 3ed1cad5abfdee6ecf7e999ca7c343f1e04ce578 Mon Sep 17 00:00:00 2001 From: Marc Froehlich Date: Thu, 3 Sep 2026 22:20:26 +0200 Subject: [PATCH] updated version strings --- pom.xml | 2 +- src/main/java/kst4contest/ApplicationConstants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eca17aaa..e47f5f0d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.x08 praktiKST - 1.42.0-nightly + 1.43.0-nightly praktiKST diff --git a/src/main/java/kst4contest/ApplicationConstants.java b/src/main/java/kst4contest/ApplicationConstants.java index d2135eb8..47296c76 100644 --- a/src/main/java/kst4contest/ApplicationConstants.java +++ b/src/main/java/kst4contest/ApplicationConstants.java @@ -27,7 +27,7 @@ public class ApplicationConstants { * application versions still exist. */ @Deprecated - public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.42; + public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.43; public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://kst4contest.hamradioonline.de/kst4ContestVersionInfo.xml"; public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";