Skip to content

Commit 3426d25

Browse files
Start development of next Java version
1 parent 1ae98f6 commit 3426d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ plugins {
1313
}
1414

1515
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!
16+
val versionNumber = "4.3.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
17+
val isRelease = false // WARNING: only set true to publish a release on publish branch!
1818
// See the release checklist for details.
1919
// Makes this produce release artifacts, changes dependencies to release versions.
2020

0 commit comments

Comments
 (0)