Skip to content

Commit

Permalink
Use core v3.0.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Mar 4, 2024
1 parent 1645529 commit c51272f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EditorconfigChecker/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use EditorconfigChecker\Utilities;

define('CORE_VERSION', '2.8.0');
define('CORE_VERSION', '3.0.0');

class Cli
{
Expand Down
2 changes: 1 addition & 1 deletion src/EditorconfigChecker/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static function downloadReleaseArchive(string $releaseName, string $versi
$releaseSuffix = '.exe.tar.gz';
}
$releaseUrl = sprintf(
'https://github.com/editorconfig-checker/editorconfig-checker/releases/download/%s/%s',
'https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v%s/%s',
$version,
$releaseName . $releaseSuffix
);
Expand Down

0 comments on commit c51272f

Please sign in to comment.