We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887b3c8 commit da53151Copy full SHA for da53151
build.gradle
@@ -3,8 +3,8 @@ buildscript {
3
ext {
4
// Version used for submodule artifacts.
5
// Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing.
6
- globalVersion = '1.1.2'
7
- 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.
8
9
versions = [
10
// Kotlin multiplatform versions.
0 commit comments