diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 686f96f..77c8095 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,6 +1,6 @@ name: .NET build and test env: - CURRENT_VERSION: 4.0.${{ github.run_number }} + CURRENT_VERSION: 4.1.${{ github.run_number }} LAST_COMMIT_MESSAGE: ${{ github.event.head_commit.message }} on: