From 7cdc9b53c3319c5b7485108ba3518956a9a52e32 Mon Sep 17 00:00:00 2001 From: Loris Sauter Date: Tue, 28 May 2024 17:17:09 +0200 Subject: [PATCH] Version bump for release --- backend/src/main/kotlin/dev/dres/DRES.kt | 2 +- doc/oas-client.json | 4 ++-- doc/oas.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/main/kotlin/dev/dres/DRES.kt b/backend/src/main/kotlin/dev/dres/DRES.kt index 703a7133..e488bfb8 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.3-SNAPSHOT" + const val VERSION = "2.0.4" /** Application root; should be relative to JAR file or classes path. */ val APPLICATION_ROOT: Path = diff --git a/doc/oas-client.json b/doc/oas-client.json index c86a9a59..f62c5622 100644 --- a/doc/oas-client.json +++ b/doc/oas-client.json @@ -2,8 +2,8 @@ "openapi" : "3.0.3", "info" : { "title" : "DRES Client API", - "version" : "2.0.3-SNAPSHOT", - "description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.3-SNAPSHOT" + "version" : "2.0.4", + "description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.4" }, "paths" : { "/api/v2/client/evaluation/currentTask/{evaluationId}" : { diff --git a/doc/oas.json b/doc/oas.json index f64a75e6..f35b8b4a 100644 --- a/doc/oas.json +++ b/doc/oas.json @@ -2,8 +2,8 @@ "openapi" : "3.0.3", "info" : { "title" : "DRES API", - "version" : "2.0.3-SNAPSHOT", - "description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.3-SNAPSHOT", + "version" : "2.0.4", + "description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.4", "contact" : { "name" : "The DRES Dev Team", "url" : "https://dres.dev"