From a2f94cbf9a8cfc8ecd02e0c4598157fc77fe8861 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Mon, 18 Feb 2019 05:32:43 -0800 Subject: [PATCH] Add `-SNAPSHOT` to version Summary: Adds the `-SNAPSHOT` specifier back to the version number in `gradle.properties` Reviewed By: SidharthGuglani Differential Revision: D14123308 fbshipit-source-id: e5d4c4dd9552557dc42440f0892c1452dd0195a5 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c51583ad..bd73142e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=1.12.0 +VERSION_NAME=1.12.0-SNAPSHOT POM_URL=https://github.com/facebook/yoga POM_SCM_URL=https://github.com/facebook/yoga.git POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git