diff --git a/RELEASING.md b/RELEASING.md index e25385d..de66fe9 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -20,4 +20,4 @@ Releasing When we're ready to pin, restore the final step: 10. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release) - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 66e317b..7158620 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-alpha07" + VERSION_NAME = "4.0.0-SNAPSHOT" POM_PACKAGING = "pom" POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"