From 4b79f3835023f6a1e0c58ff6156cc5f38f84232f Mon Sep 17 00:00:00 2001 From: Loris Sauter Date: Mon, 3 Jun 2024 20:30:27 +0200 Subject: [PATCH] Prepare next release cycle --- backend/src/main/kotlin/dev/dres/DRES.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/kotlin/dev/dres/DRES.kt b/backend/src/main/kotlin/dev/dres/DRES.kt index e488bfb8..e6611969 100644 --- a/backend/src/main/kotlin/dev/dres/DRES.kt +++ b/backend/src/main/kotlin/dev/dres/DRES.kt @@ -42,7 +42,7 @@ import kotlin.system.exitProcess */ object DRES { /** Version of DRES. */ - const val VERSION = "2.0.4" + const val VERSION = "2.0.5-SNAPSHOT" /** Application root; should be relative to JAR file or classes path. */ val APPLICATION_ROOT: Path =