Skip to content

Commit

Permalink
core: 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB committed Dec 20, 2022
1 parent 5c77140 commit ee1d089
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 @@ -4,8 +4,8 @@ allprojects {
}
}

ext.versionMajor = 8
ext.versionMinor = 4
ext.versionMajor = 9
ext.versionMinor = 0
ext.versionPatch = 0

ext.isRelease = System.getenv('IS_RELEASE') == 'YES'
Expand Down

0 comments on commit ee1d089

Please sign in to comment.