From 5eea749607311f5c1997f8f04ead56d1bbe96048 Mon Sep 17 00:00:00 2001 From: Steven Jeuris Date: Tue, 10 Nov 2020 15:33:28 +0100 Subject: [PATCH] Bump to version 1.0.0-alpha.27. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16f075004..b7cf3ba4a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { // Version used for all submodule artifacts. // Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing. // The 'publishSigned' task publishes to SonaType's staging repo and 'publishSnapshot' instantly uploads to the snapshots repo. - globalVersion = '1.0.0-alpha.26' + globalVersion = '1.0.0-alpha.27' versions = [ // Kotlin multiplatform versions.