From f38e55bb1b4afeca69d24a9ad947c46a26475b60 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Fri, 21 Apr 2023 10:55:37 -0400 Subject: [PATCH] Prepare snapshot 1.10.6-SNAPSHOT --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cc3bb9cd..18b5abe5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1105 -VERSION_NAME=1.10.5 +VERSION_CODE=1106 +VERSION_NAME=1.10.6 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.