From 727d6999c4d22edf8a976daf3d4226535dc5efc3 Mon Sep 17 00:00:00 2001 From: Zach Klippenstein Date: Wed, 12 Feb 2020 15:01:13 -0800 Subject: [PATCH] Releasing v0.23.2. --- kotlin/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index 9e0dc717a..c20803dc5 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -20,7 +20,7 @@ android.useAndroidX=true #android.debug.obsoleteApi=true GROUP=com.squareup.workflow -VERSION_NAME=0.23.2-SNAPSHOT +VERSION_NAME=0.23.2 POM_DESCRIPTION=Reactive workflows