We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae98f6 commit 3426d25Copy full SHA for 3426d25
1 file changed
build.gradle.kts
@@ -13,8 +13,8 @@ plugins {
13
}
14
15
buildscript {
16
- val versionNumber = "4.3.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
17
- val isRelease = true // WARNING: only set true to publish a release on publish branch!
+ val versionNumber = "4.3.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
+ val isRelease = false // WARNING: only set true to publish a release on publish branch!
18
// See the release checklist for details.
19
// Makes this produce release artifacts, changes dependencies to release versions.
20
0 commit comments