From 5d514fcc695355b2c31e934dc594a4908242bb73 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 8 Oct 2018 12:30:48 +0300 Subject: [PATCH] [version] 1.1.0 bump version on master --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1f9cb679d4b..0d957f70e55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ testDataVersion=1226829:id kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-151,tag:kotlin-native,pinned:true/artifacts/content/maven kotlinVersion=1.3.0-rc-151 testKotlinVersion=1.3.0-rc-151 -konanVersion=0.9.4 +konanVersion=1.1.0 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4