From d3f0d1d535925c72e63ab584ef253b97aea8425d Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 26 Jun 2020 22:37:52 +1000 Subject: [PATCH] Fix snapshot build version name. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 01d523e4e..3609b210a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.flowbinding -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.0-SNAPSHOT POM_URL=https://github.com/reactivecircus/FlowBinding POM_SCM_URL=https://github.com/reactivecircus/FlowBinding