From a80f3471335d6e388a3518bc7dc51fd19f402539 Mon Sep 17 00:00:00 2001 From: David Ogborn Date: Wed, 5 Dec 2018 17:53:16 -0500 Subject: [PATCH] bump version in curlReleaseClient --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d53b2f95..959c056b 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ releaseClient: # make installClient or prodInstallClient first! curlReleaseClient: # this uses curl to download and unzip a recent pre-built client from a GitHub release rm -rf Estuary.jsexe - curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181130/estuary-client-20181130.zip + curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181205/estuary-client-20181205.zip unzip temp.zip rm -rf temp.zip cp -Rf static/Dirt Estuary.jsexe