From ad0914b1df9750c18dccc0b4a1738fc645a446db Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Thu, 14 Nov 2024 16:51:34 -0500 Subject: [PATCH] Create release 1.18.0 (#243) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ef6f3c94..940862c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=1171 -VERSION_NAME=1.17.1 +VERSION_CODE=1180 +VERSION_NAME=1.18.0 POM_NAME=Segment for Kotlin POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.