Skip to content

Commit

Permalink
bump version number in curlReleaseClient
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Dec 11, 2018
1 parent bc3c529 commit 80ffc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/20181208/estuary-client-20181208.zip
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181211/estuary-client-20181211.zip
unzip temp.zip
rm -rf temp.zip
cp -Rf static/Dirt Estuary.jsexe
Expand Down

0 comments on commit 80ffc2d

Please sign in to comment.