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 42591b8 commit e26a096Copy full SHA for e26a096
src/Platform.php
@@ -6,7 +6,7 @@ class Platform
6
{
7
private const BINARY_NAME = 'volt-test';
8
9
- private const CURRENT_VERSION = 'v0.0.1-beta';
+ private const CURRENT_VERSION = 'v0.0.1';
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