diff --git a/build.gradle b/build.gradle index 53b0ad1f7..aacfe5111 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,8 @@ buildscript { ext { // Version used for submodule artifacts. // Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing. - globalVersion = '1.1.2' - clientsVersion = '1.1.2-alpha.1' // The clients subsystem is still expected to change drastically. + globalVersion = '1.2.0' + clientsVersion = '1.2.0-alpha.1' // The clients subsystem is still expected to change drastically. versions = [ // Kotlin multiplatform versions.