From 8849a190bcaa8935446eb4a82f70bc44b8ea10c1 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Thu, 31 Jul 2025 15:18:55 -0400 Subject: [PATCH] Create release 1.6.1 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3e4a297..32bca83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin -VERSION_CODE=162 -VERSION_NAME=1.6.2 +VERSION_CODE=161 +VERSION_NAME=1.6.1 POM_ARTIFACT_ID=consent POM_NAME=consent