Skip to content

Commit

Permalink
Update daily Windows to 20240628
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud Bot <[email protected]>
  • Loading branch information
Nextcloud Bot committed Jun 28, 2024
1 parent 7bfc24e commit 9575de8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$betaVersion = '3.13.0-rc1';

$dailyReleaseDateLinux = '20240627';
$dailyReleaseDateWindows = '20240627';
$dailyReleaseDateWindows = '20240628';
$dailyReleaseDateMacos = '20240604';
$dailyUrl = "https://download.nextcloud.com/desktop/daily/";

Expand Down Expand Up @@ -134,9 +134,9 @@
'web' => 'https://nextcloud.com/install',
],
'win32' => [
'version' => $dailyReleaseDateWindows,
'versionstring' => "Nextcloud Daily " . $dailyReleaseDateWindows,
'downloadurl' => $dailyUrl . 'windows/windows-' . $dailyReleaseDateWindows . '.msi',
'version' => $dailyReleaseDateWindows = '20240628';
'versionstring' => "Nextcloud Daily " . $dailyReleaseDateWindows = '20240628';
'downloadurl' => $dailyUrl . 'windows/windows-' . $dailyReleaseDateWindows = '20240628';
'web' => 'https://nextcloud.com/install',
],
'macos' => [
Expand Down

0 comments on commit 9575de8

Please sign in to comment.