diff --git a/composer.json b/composer.json index 9d0565a..912849e 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "volt-test/php-sdk", - "description": "Volt Test PHP SDK - A performance testing tool for PHP applications", + "description": "Volt Test PHP SDK - A performance testing tool for PHP Developers", "type": "library", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "volt-test", "php-sdk", diff --git a/src/Platform.php b/src/Platform.php index 1be93f0..452c55e 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 = 'v1.0.0'; + private const ENGINE_CURRENT_VERSION = 'v1.1.0'; private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download'; private const SUPPORTED_PLATFORMS = [ 'linux-amd64' => 'volt-test-linux-amd64',