From fb7c2037f282d5755e1a9a670ef16947bac76dff Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Fri, 23 Jun 2023 13:36:33 -0400 Subject: [PATCH] Create release 1.12.0. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7d565a8b..70c342a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1110 -VERSION_NAME=1.11.0 +VERSION_CODE=1120 +VERSION_NAME=1.12.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.