From 13819c4ee6f1437fb25afc1840192a2c5bfee9ee Mon Sep 17 00:00:00 2001 From: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:58:05 +0200 Subject: [PATCH] chore: Bump version (4.0.20) Signed-off-by: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> --- .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 e91fe8a6..a723fb0d 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.19-beta.6 + run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.20 - name: Run tests working-directory: ci