Skip to content

Commit

Permalink
chore: Bump version (4.0.6)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Breuer <[email protected]>
  • Loading branch information
angelobreuer authored Jan 13, 2024
1 parent f963aa8 commit e066a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: NuGet Packages-${{ matrix.configuration }}
path: '**/*.nupkg'
path: '**/*.nupkg'

0 comments on commit e066a24

Please sign in to comment.