From e12b78f99bf7d0d46a74da48f5a22cc849f8cd73 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 22 Oct 2018 06:36:39 -0700 Subject: [PATCH] Fix Android snapshot version Summary: The current snapshot version is not in line with the standard versioning scheme. Tried to export this as PR first, but GitHub is having a day. Reviewed By: muraziz Differential Revision: D10486037 fbshipit-source-id: d5b08bd5dd2a7d382681ee198e040451a1c2aa11 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3e207947..5ee043c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=1.10.0-SNAPSHOT +VERSION_NAME=1.10.1-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