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 b153019 commit a5c7963Copy full SHA for a5c7963
src/Platform.php
@@ -6,7 +6,7 @@ class Platform
6
{
7
private const BINARY_NAME = 'volt-test';
8
9
- private const ENGINE_CURRENT_VERSION = 'v0.1.0';
+ private const ENGINE_CURRENT_VERSION = 'v0.1.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',
0 commit comments