Skip to content

Commit

Permalink
Fix MPS version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Jan 10, 2024
1 parent 0133e03 commit 2c2b8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ext.dependencyRepositories = [
// major version, e.g. '2021.1', '2021.2'
ext.mpsMajor = '2022.3'
// optional minor/bugfix number (not added to the final build version)
ext.mpsMinor = '2'
ext.mpsMinor = '1'
// e.g. Beta, EAP, RC
ext.mpsReleaseType = ''

Expand Down Expand Up @@ -401,4 +401,4 @@ githubRelease {

tasks.named('githubRelease').configure {
dependsOn packageExtensions
}
}

0 comments on commit 2c2b8e6

Please sign in to comment.