From 228f188b5ab36c5e60d60a6b8a30ef4ff0ec02ed Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 16 Apr 2026 16:39:44 +0200 Subject: [PATCH] Setting version for the release 26.04.3 --- plugins/src/main/kotlin/Versions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/src/main/kotlin/Versions.kt b/plugins/src/main/kotlin/Versions.kt index f46abc71bf..93e92b81ce 100644 --- a/plugins/src/main/kotlin/Versions.kt +++ b/plugins/src/main/kotlin/Versions.kt @@ -45,7 +45,7 @@ private const val versionMonth = 4 * Release number in the month. Value must be in [0,99]. * Do not update this value. it is updated by the release script. */ -private const val versionReleaseNumber = 2 +private const val versionReleaseNumber = 3 object Versions { /**