Skip to content

Commit 1bcd0fb

Browse files
authored
release v1.0.0 (#25)
1 parent b6d564e commit 1bcd0fb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "volt-test/php-sdk",
33
"description": "Volt Test PHP SDK - A performance testing tool for PHP applications",
44
"type": "library",
5-
"version": "0.9.2",
5+
"version": "1.0.0",
66
"keywords": [
77
"volt-test",
88
"php-sdk",

src/Platform.php

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

9-
private const ENGINE_CURRENT_VERSION = 'v0.9.2';
9+
private const ENGINE_CURRENT_VERSION = 'v1.0.0';
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',
1313
'darwin-amd64' => 'volt-test-darwin-amd64',
1414
'darwin-arm64' => 'volt-test-darwin-arm64',
15-
'windows-amd64' => 'volt-test-windows-amd64.exe',
16-
'windows-AMD64' => 'volt-test-windows-amd64.exe',
1715
];
1816

1917
private static function getVendorDir(): string

0 commit comments

Comments
 (0)