Skip to content

Commit a5c7963

Browse files
authored
update engine version to v0.1.1 which display the result if user cancels the test (#18)
1 parent b153019 commit a5c7963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Platform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Platform
66
{
77
private const BINARY_NAME = 'volt-test';
88

9-
private const ENGINE_CURRENT_VERSION = 'v0.1.0';
9+
private const ENGINE_CURRENT_VERSION = 'v0.1.1';
1010
private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download';
1111
private const SUPPORTED_PLATFORMS = [
1212
'linux-amd64' => 'volt-test-linux-amd64',

0 commit comments

Comments
 (0)