From 4397b4390d7769d678baab19a2d0d5ce060af01e Mon Sep 17 00:00:00 2001 From: David Chang Date: Sat, 15 Feb 2020 13:33:42 -0800 Subject: [PATCH] Prepare next development version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6f90715..f09c267 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { ext { // POM file GROUP = "com.dropbox.mobile.store" - VERSION_NAME = "4.0.0-alpha04" + VERSION_NAME = "4.0.0-SNAPSHOT" POM_PACKAGING = "pom" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"