Skip to content

Commit

Permalink
Add 243 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
avafanasiev committed Dec 28, 2024
1 parent cb8d279 commit 4305a50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/installers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions platform/configurator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4305a50

Please sign in to comment.