We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a5c75 commit 993c656Copy full SHA for 993c656
src/Platform.php
@@ -6,7 +6,7 @@ class Platform
6
{
7
private const BINARY_NAME = 'volt-test';
8
9
- private const CURRENT_VERSION = 'v0.0.1';
+ private const ENGINE_CURRENT_VERSION = 'v0.0.1';
10
private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download';
11
private const SUPPORTED_PLATFORMS = [
12
'linux-amd64' => 'volt-test-linux-amd64',
@@ -67,7 +67,7 @@ private static function getBinaryDir(): string
67
68
private static function getCurrentVersion(): string
69
70
- return self::CURRENT_VERSION;
+ return self::ENGINE_CURRENT_VERSION;
71
}
72
73
private static function detectPlatform($testing = false): string
0 commit comments