Skip to content

Commit addf2df

Browse files
committed
update engine version
1 parent 60dbc58 commit addf2df

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.1';
9+
private const ENGINE_CURRENT_VERSION = 'v0.9.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)