Skip to content

Commit

Permalink
Update template app version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox authored Oct 7, 2019
1 parent 62da236 commit e7ec43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ protected function makeFilename()
*/
protected function downloadZip($zipFile)
{
$response = (new Client)->get('https://github.com/yanhao-li/twill-app/archive/0.0.1.zip');
$response = (new Client)->get('https://github.com/yanhao-li/twill-app/archive/0.0.2.zip');
file_put_contents($zipFile, $response->getBody());
return $this;
}
Expand Down

0 comments on commit e7ec43a

Please sign in to comment.