From 6bbe88ec79f73f1f5cc4f6af04a733ea854e2def Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Tue, 3 Oct 2017 07:38:38 -0700 Subject: [PATCH] Set version to 4.2.0. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 52718a6752..085bdfcd37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.daemon=true org.gradle.configureondemand=true -VERSION_NAME=4.2.0-SNAPSHOT +VERSION_NAME=4.2.0 VERSION_MAJOR=4 VERSION_MINOR=2 VERSION_PATCH=0