From cffc8bb1b4a8785581e35b43b74e038650c6786e Mon Sep 17 00:00:00 2001 From: ganfra Date: Fri, 21 Nov 2025 15:27:43 +0100 Subject: [PATCH] Setting version for the release 25.11.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 72983c28df..863b3ec79f 100644 --- a/plugins/src/main/kotlin/Versions.kt +++ b/plugins/src/main/kotlin/Versions.kt @@ -45,7 +45,7 @@ private const val versionMonth = 11 * 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 { /**