Skip to content

Commit

Permalink
Update installed server version to 5.0.0-RC4
Browse files Browse the repository at this point in the history
References #460
  • Loading branch information
Gert-dev committed Sep 14, 2019
1 parent 913bf3f commit 26986ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ServerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ServerManager
this.phpInvoker = phpInvoker;
this.folder = folder;

this.distributionUploadHash = '13970e903ef037aab4af5dbd750f7fd1';
this.distributionUploadHash = 'ef95a5799210ee8043ec3b832c458d96';
}

/**
Expand All @@ -30,7 +30,7 @@ class ServerManager
// TODO: Serenata offers PHARs for each PHP version it supports, but for now we can get away with using the
// lowest PHP version, as newer versions are backwards compatible enough.
await download(
`https://gitlab.com/Serenata/Serenata/uploads/${this.distributionUploadHash}/distribution-7.1.phar`,
`https://gitlab.com/Serenata/Serenata/uploads/${this.distributionUploadHash}/7.1.phar`,
this.phpInvoker.normalizePlatformAndRuntimePath(this.getServerSourcePath()),
{
filename: 'distribution.phar',
Expand Down

0 comments on commit 26986ae

Please sign in to comment.