From 61c23ef1cc4426441cdcc0ff2f58123961c71dd5 Mon Sep 17 00:00:00 2001 From: elwafa Date: Fri, 7 Feb 2025 20:22:48 +0200 Subject: [PATCH] update engine version to v0.1.1 which display the result if user cancels the test --- src/Platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform.php b/src/Platform.php index 9776569..5ca62a9 100644 --- a/src/Platform.php +++ b/src/Platform.php @@ -6,7 +6,7 @@ class Platform { private const BINARY_NAME = 'volt-test'; - private const ENGINE_CURRENT_VERSION = 'v0.1.0'; + private const ENGINE_CURRENT_VERSION = 'v0.1.1'; private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download'; private const SUPPORTED_PLATFORMS = [ 'linux-amd64' => 'volt-test-linux-amd64',