From 0f4701dd9271f97bfd1d3e27f5ef8e6fa851073d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 17 Oct 2016 08:50:04 -0700 Subject: [PATCH] Clone to rel/1.1.0-preview1 --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 57428a8d42..77713e6cf2 100644 --- a/makefile.shade +++ b/makefile.shade @@ -19,7 +19,7 @@ use import="Json" functions @{ - const string DefaultBuildBranch = "dev"; + const string DefaultBuildBranch = "rel/1.1.0-preview1"; const string DefaultCoherenceCacheDir = ".coherence-cache"; const string UniverseCommitsFileName = "commits-universe"; const string CoherenceCacheVersionFileName = "coherence-version";