Skip to content

Commit

Permalink
bump version numbers for curlReleaseClient
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ogborn authored and David Ogborn committed Oct 26, 2018
1 parent 35644d8 commit fa6699d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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/20181022/estuary-client-20181022.zip
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181025/estuary-client-20181025.zip
unzip temp.zip
rm -rf temp.zip
cp -Rf static/Dirt Estuary.jsexe
Expand Down
2 changes: 1 addition & 1 deletion static/WebDirt

0 comments on commit fa6699d

Please sign in to comment.