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 ec99713 commit ae6d4f1Copy full SHA for ae6d4f1
composer.json
@@ -2,7 +2,7 @@
2
"name": "volt-test/php-sdk",
3
"description": "Volt Test PHP SDK - A performance testing tool for PHP applications",
4
"type": "library",
5
- "version": "0.9.1",
+ "version": "0.9.2",
6
"keywords": [
7
"volt-test",
8
"php-sdk",
src/Platform.php
@@ -6,7 +6,7 @@ class Platform
{
private const BINARY_NAME = 'volt-test';
9
- private const ENGINE_CURRENT_VERSION = 'v0.9.1';
+ private const ENGINE_CURRENT_VERSION = 'v0.9.2';
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