From 4187d19c3519e12b0e0c9de662fc4a9a9a382236 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Mon, 13 May 2024 16:34:38 +0300 Subject: [PATCH] Bump version --- build/Build.Configuration.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/Build.Configuration.cs b/build/Build.Configuration.cs index ef8637c4..b4b65110 100644 --- a/build/Build.Configuration.cs +++ b/build/Build.Configuration.cs @@ -18,11 +18,11 @@ protected override void OnBuildInitialized() VersionMap = new() { - {"Release R21", "2021.3.2"}, - {"Release R22", "2022.3.2"}, - {"Release R23", "2023.3.2"}, - {"Release R24", "2024.1.2"}, - {"Release R25", "2025.0.2"} + {"Release R21", "2021.3.3"}, + {"Release R22", "2022.3.3"}, + {"Release R23", "2023.3.3"}, + {"Release R24", "2024.1.3"}, + {"Release R25", "2025.0.3"} }; } } \ No newline at end of file