From cfd4dcc6e05f68a29a73a7215b2c8c0dc8a0cbf4 Mon Sep 17 00:00:00 2001 From: Angelo Breuer Date: Tue, 15 Aug 2023 11:01:39 +0200 Subject: [PATCH] chore: Bump version (4.0.0-alpha.7) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 008eae27..32cce630 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: dotnet restore src/Lavalink4NET.sln - name: Build - run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.0-alpha.7 + run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.0-alpha.8 - name: Run tests working-directory: ci