From e066a2436a6b8c9d9a1bdd9cc5cdeae8d2a0d194 Mon Sep 17 00:00:00 2001 From: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:31:51 +0100 Subject: [PATCH] chore: Bump version (4.0.6) Signed-off-by: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54e7601a..a4c002ad 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.5 + run: dotnet build src/Lavalink4NET.sln --no-restore --configuration ${{ matrix.configuration }} /property:Version=4.0.6 - name: Run tests working-directory: ci @@ -79,4 +79,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: NuGet Packages-${{ matrix.configuration }} - path: '**/*.nupkg' \ No newline at end of file + path: '**/*.nupkg'