From 7f39faafa0acd4021ab69e07d8493dbcc0f1ea1b Mon Sep 17 00:00:00 2001 From: Armand Grillet Date: Wed, 10 Apr 2019 17:35:22 +0200 Subject: [PATCH] Updated 'CORE_STABILITY' in Makefile to 'releases'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d9b6032f..45e9ceb9f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PKG_DIR=/go/src/$(PKG) IMAGE_NAME=dcos/dcos-cli VERSION?=$(shell git rev-parse HEAD) CORE_VERSION?=1.13-patch.0 -CORE_STABILITY?=testing +CORE_STABILITY?=releases windows_EXE=.exe