From da37326a140b02cb7704ca4e7efc097e6fdab39a Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 23 Oct 2018 07:33:42 -0700 Subject: [PATCH] v0.10.1-SNAPSHOT Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/308 Reviewed By: priteshrnandgaonkar Differential Revision: D10505464 Pulled By: passy fbshipit-source-id: 7c44730b4086e983db05f666463e8ca62b57220c --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index acbbac976..c428d2c76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # POM publishing constants -VERSION_NAME=0.10.0 +VERSION_NAME=0.10.1-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git