From e64696176afe5d0d5edb264d8a332a45eab6ac7e Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 7 Dec 2017 15:54:55 +0000 Subject: [PATCH] update cake --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2cc61bbc..90111e63 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ # Define directories. SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) TOOLS_DIR=$SCRIPT_DIR/tools -CAKE_VERSION=0.22.2 +CAKE_VERSION=0.23.0 CAKE_DLL=$TOOLS_DIR/Cake.CoreCLR.$CAKE_VERSION/Cake.dll # Make sure the tools folder exist.