From e4e19abf3de2ff366bcd250a0fbe50f2680345bd Mon Sep 17 00:00:00 2001 From: Angelo Breuer Date: Fri, 20 Oct 2023 11:15:56 +0200 Subject: [PATCH] chore: Bump version (4.0.0-beta.3-5) --- .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 6634b78d..c50dda0b 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-beta.3-4 + run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.0-beta.3-5 - name: Run tests working-directory: ci