From 4305a503e5bf4dad831822f921a04993765f9e12 Mon Sep 17 00:00:00 2001 From: "alexey.afanasiev" Date: Sat, 28 Dec 2024 13:41:51 +0100 Subject: [PATCH] Add 243 branch --- core/installers.go | 4 ++-- platform/configurator.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/installers.go b/core/installers.go index 61acdcb4..a35e2121 100644 --- a/core/installers.go +++ b/core/installers.go @@ -38,8 +38,8 @@ var ( releaseVer = "release" eapVer = "eap" versionsMap = map[string]string{ - releaseVer: "2024.2", - eapVer: "2024.2", + releaseVer: "2024.3", + eapVer: "2024.3", } Products = map[string]string{ platform.QDJVM: "IIU", diff --git a/platform/configurator.go b/platform/configurator.go index 468f8964..d225a9f6 100644 --- a/platform/configurator.go +++ b/platform/configurator.go @@ -32,9 +32,9 @@ import ( const ( QodanaSarifName = "qodana.sarif.json" configName = "qodana" - ReleaseVersion = "2024.2" - shortVersion = "242" - isReleased = true // set to true after the 2024.2 release is published + ReleaseVersion = "2024.3" + shortVersion = "243" + isReleased = false ) // langsProductCodes is a map of languages to linters.