From 57972827b5113f932e3a96714aaf3a627f263ed9 Mon Sep 17 00:00:00 2001 From: Angelo Breuer Date: Sat, 2 Mar 2024 01:06:08 +0100 Subject: [PATCH] chore: Bump version (4.0.12-beta.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 0a7550ca..802f65c0 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.12-beta.6 + run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.12-beta.7 - name: Run tests working-directory: ci