diff --git a/build.gradle b/build.gradle index 71586209b..66e317ba9 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ allprojects { ext { // POM file GROUP = "com.dropbox.mobile.store" - VERSION_NAME = "4.0.0-SNAPSHOT" + VERSION_NAME = "4.0.0-alpha07" POM_PACKAGING = "pom" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"