Skip to content

Commit 64c42c4

Browse files
authored
Release/v1.1.1 (#28)
* support linux arm 64 * release with new version of Engine
1 parent b37041c commit 64c42c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "volt-test/php-sdk",
3-
"description": "Volt Test PHP SDK - A performance testing tool for PHP applications",
3+
"description": "Volt Test PHP SDK - A performance testing tool for PHP Developers",
44
"type": "library",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"keywords": [
77
"volt-test",
88
"php-sdk",

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 = 'v1.0.0';
9+
private const ENGINE_CURRENT_VERSION = 'v1.1.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',

0 commit comments

Comments
 (0)